I am still experiencing this problem.
I use rails 2.3.2
and this is the error i get:
Missing template index.erb in view path vendor/plugins/active_scaffold/
frontends/default/views
On May 31, 9:39 pm, Tomash <
tome...@o2.pl> wrote:
> Hi,
>
> did you have any success in forcing this to work? I'm running onto a
> similar problem as well, but I get a "templatemissing" exception on
> plain old index in AS-ed controller (missingtemplateproducts/
> list.erb).
>
> On 16 Kwi, 07:24, Michael Moen <
michael.m...@gmail.com> wrote:
>
> > Ok, so it isn't Haml causing issues, at least not directly. Though
> > jRails raises a lot of hell. I may work on abstracting the JS lib or
> > making a frontend that plays nice with jrails. If anybody has done any
> > work on this let me know.
>
> > Thanks,
> > Michael
>
> > On Apr 15, 2009, at 5:19 PM, Kenny Ortmann wrote:
>
> > > It isn't looking for _list_inline_adapter.html.erb, it looks for all
> > > differenttemplatestyles with _list_inline_adapter as the prefix,
> > > for example
> > > it looks for _list_inline_adapter.html.erb,
> > > _list_inline_adapter.rhtml and whatever other extensions there are
> > > and if it can't find one then it tells you it did not find
>
> > > _list_inline_adapter.erb
>
> > > Try removing haml as Sergio suggested, if that doesn't fix it then
> > > I'll look into it
>
> > > On Wed, Apr 15, 2009 at 4:47 PM, <
ser...@entrecables.com> wrote:
>
> > > On Wed, 15 Apr 2009 13:44:22 -0700 (PDT), Michael <
michael.m...@gmail.com
>
> > > wrote:
> > > > I don't know if this is related to this issue or not.
>
> > > > ActionView::MissingTemplate (Missingtemplate
> > > _list_inline_adapter.erb
> > > > inviewpathvendor/plugins/active_scaffold/frontends/default/> > views):
> > > > haml (2.1.0) lib/haml/helpers/action_view_mods.rb:14:in `render'
> > > > haml (2.1.0) lib/sass/plugin/rails.rb:19:in `process'
>
> > > > Thetemplateis named _list_inline_adapter.html.erb but it's looking
> > > > for _list_inline_adapter.erb
>
> > > > Rails 2.3.2.1
> > > > Haml 2.1.0
> > > > ActiveScaffold installed from master this morning
>
> > > Does removing haml fix it?
>
> > > > On Apr 13, 4:57 am, "Sergio Cambra .:: entreCables S.L. ::."
> > > > <
ser...@entrecables.com> wrote:
> > > >> El Sunday 12 April 2009 22:28:58 G. Sobrinho escribió:
>
> > > >> > Hello,
>
> > > >> > I have Rails 2.3.2 with AS latest commit now (2009/04/12).
> > > After last
> > > >> > commit, rename some files, I'm having a problem.
> > > >> > When i try to create new record, using multipart on form, i got
> > > this
> > > >> > error:
>
> > > >> > ActionView::MissingTemplate (Missingtemplateon_create.erb in