Template missing - Bug after last commit

62 views
Skip to first unread message

G. Sobrinho

unread,
Apr 12, 2009, 4:28:58 PM4/12/09
to actives...@googlegroups.com
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.


Thanks

G. Sobrinho

unread,
Apr 12, 2009, 5:02:35 PM4/12/09
to ActiveScaffold : Ruby on Rails plugin
Hello,

I have confirmed that bug is caused by last commit. I backed my AS
version to before "rename commit" and its working fine again.
Please, fix that...


Thanks again

Sergio Cambra .:: entreCables S.L. ::.

unread,
Apr 13, 2009, 5:57:01 AM4/13/09
to actives...@googlegroups.com

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) ser...@entrecables.com

G. Sobrinho

unread,
Apr 13, 2009, 6:52:43 AM4/13/09
to actives...@googlegroups.com
Thanks for that Sergio

Regards,
Gabriel Sobrinho

Michael

unread,
Apr 15, 2009, 4:44:22 PM4/15/09
to ActiveScaffold : Ruby on Rails plugin
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

On Apr 13, 4:57 am, "Sergio Cambra .:: entreCables S.L. ::."

ser...@entrecables.com

unread,
Apr 15, 2009, 5:47:41 PM4/15/09
to actives...@googlegroups.com
On Wed, 15 Apr 2009 13:44:22 -0700 (PDT), Michael <michae...@gmail.com>
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?

Kenny Ortmann

unread,
Apr 15, 2009, 6:19:32 PM4/15/09
to actives...@googlegroups.com
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

Michael Moen

unread,
Apr 16, 2009, 1:24:35 AM4/16/09
to actives...@googlegroups.com
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

Tomash

unread,
May 31, 2009, 3:39:53 PM5/31/09
to ActiveScaffold : Ruby on Rails plugin
Hi,

did you have any success in forcing this to work? I'm running onto a
similar problem as well, but I get a "template missing" exception on
plain old index in AS-ed controller (missing template products/
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  
> > 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, <ser...@entrecables.com> wrote:
>
> > On Wed, 15 Apr 2009 13:44:22 -0700 (PDT), Michael <michael.m...@gmail.com

Eugen

unread,
Jun 28, 2009, 4:08:17 PM6/28/09
to ActiveScaffold : Ruby on Rails plugin
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  

exn

unread,
Jul 21, 2009, 7:38:11 AM7/21/09
to ActiveScaffold : Ruby on Rails plugin
Missing template _right_menu.erb in view path vendor/plugins/
active_scaffold/frontends/default/views

+1

Sergio Cambra .:: entreCables S.L. ::.

unread,
Jul 22, 2009, 9:55:27 AM7/22/09
to actives...@googlegroups.com
Where are you rendering that partial? What is the code? That partial is not
from active_scaffold.

>
--
Sergio Cambra .:: entreCables S.L. ::.
Mariana Pineda 23, 50.018 Zaragoza
Reply all
Reply to author
Forward
0 new messages