It seems that the standard operation of the asset pipeline is to load all
javascripts from the /apps/assets/javascript into application.js.

I figure out that is because of the sprocket '//= require_tree .', but is
that really a good option?

The javascript from a specific page will be loaded in every single page?
So, is there a better way to make the specific javascript be loaded only for
that page? (without having to write content_for :head and
javascript_include_tag for every page)
This feels like a dangerous default to come already set to true.

Thank you,
Rafael Cardoso

-- 
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby

Reply via email to