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 <[email protected]> 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 <[email protected]> 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, <[email protected]> wrote: > > > > On Wed, 15 Apr 2009 13:44:22 -0700 (PDT), Michael <[email protected] > > > > 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. ::." > > > > <[email protected]> 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 > > >view > > > >> >path > > > >> >vendor/plugins/active_scaffold/frontends/default/views): > > > > >> > The record is created, but when the AS try to close the create > > > form > > > and > > > >> > update the table, this exception is thrown. > > > >> > Please, fix that. > > > > >> It's fixed now > > > > >> -- > > > >> Sergio Cambra .:: entreCables S.L. ::. > > > >> Nicolás Guillén 6, locales 2 y 3. 50.018 Zaragoza > > > >> T) 902 021 404 F) 976 52 98 07 E) [email protected] > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
