Rails 3, javascript is “not found” when running in production
问题 I know it's related to assets, I do precompile the assets with bundle exec rake assets:precompile But the browser gives me 404 for only one javascript (jquery.formalize.min.js) file, which is not generated for some reason. There is however the code for jquery.formalize.min.js inside the precompiled application-xxxxxx.js. I'm including it with: <%= javascript_include_tag "formalize/jquery.formalize.min", "main" %> And the error message in Chrome looks like: GET http://example.com/assets/jquery