I'm using jQuery and I have this line in my Application.rb:
config.action_view.javascript_expansions[:defaults] = %w(jquery
rails application)
Everything works fine in development, but in production I notice that
Rails is trying to load all the prototype files and there's nothing in
the production environment file that's telling it to do that. Why is
it trying to load prototype?
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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/rubyonrails-talk?hl=en.