I'm getting an error when calling render :super in rails 3.1.
ActionView::Template::Error (You have a nil object when you didn't
expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.last):
19:
20:
21:
22: <%= render :super %>
/home/bryan/.rvm/gems/ruby-head/bundler/gems/
active_scaffold-0ce03559d49f/lib/active_scaffold/extensions/
action_view_rendering.rb:42:in `render_with_active_scaffold'
app/views/installation_alarms/list.html.erb:22:in
`_app_views_installation_alarms_list_html_erb__1059381062_93896420'
seems like activescaffold is looking for @_view_stack which is nil.
https://github.com/activescaffold/active_scaffold/blob/master/lib/active_scaffold/extensions/action_view_rendering.rb
line 42
--
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.