Day

January 16, 2011
The catch with using the Rails 3 Asset Pipeline is that all scripts (javascripts and coffeescripts) in app/assets/javascripts are compiled, merged, and minified into a single file: application.js. But, what if you donโ€™t want a particular script dynamically (lazily) loaded only when necessary? Where do you store it? How do you reference it? Where do...
Read More