We just found something strange with our rails 3.1.3 app’s application.js. The problem is that even we purposely change the code from right to wrong in application.js, the right code (before change) is still executed. The change in application.js does not change the behavior of app at all. It seems that the application.js has been frozen and can not be modified. Any suggestion how to fix this problem? thanks so much.
We just found something strange with our rails 3.1.3 app’s application.js. The problem is
Share
if you’re using the asset pipeline you may need to: