The Plupload plugin is a good example.Here\'s the listing of the plugin added to the vendor directory:
Is it possible to comment out this line in the new app/assets/application.js file?If so, how? 开发者_如何学运维//=require jquery_ujs
Rails 3.1 edge use sprockets to handle .js and .scss files. Sprockets use comments to deal with dependencies.
I\'m currently working on an application with a lot of javascript code. I\'m writing inline javascript code on every of the pages/partials, however most of the code is re-utilized somewhere else. I\'m
I just deployed my Rails app to Heroku, but the Javascripts that were using Sprockets plugin don\'t work.