It isn't looking for _list_inline_adapter.html.erb, it looks for all different template styles 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 (Missing template _list_inline_adapter.erb > > in view path vendor/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' > > > > The template is 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 (Missing template on_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 -~----------~----~----~----~------~----~------~--~---
