Hi all,
My environment are:
-> Ruby 1.8.7
-> Rails 2.3.2
-> Active Scaffold Master..
I want a stable version of active scaffold master so that I can update
it in my project.
currently I am downloading master plugin from Git.
When I start server in production mode I keep getting this messages
whenever | try some actions. And interesting thing is it's random.
when you press refresh, it will be gone.
------------In the browser:
"We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it
shortly."
-------------In the log file:
ActionView::TemplateError (compile error
E:/my_app/vendor/plugins/active_scaffold/frontends/default/views/
_list_header.rhtml:6: Invalid char `\037' in expression
E:/my_app/vendor/plugins/active_scaffold/frontends/default/views/
_list_header.rhtml:6: syntax error, unexpected $end, expecting kEND)
on line #6 of vendor/plugins/active_scaffold/frontends/default/views/
_list_header.rhtml:
3: <% new_params = params_for(:action => :table) %>
4: <% active_scaffold_config.action_links.each :table do |link| -
%>
5: <% next if controller.respond_to? link.security_method and !
controller.send(link.security_method) -%>
6: <% next if link.action == 'new' && params[:nested].nil? &&
active_scaffold_config.list.always_show_create %>
7: <% next if link.action == 'show_search' &&
active_scaffold_config.list.always_show_search %>
8: <%= render_action_link(link, new_params) -%>
9: <% end -%>
Thanks in Advance
Zeal
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---