I moved to Rails 3.2.2, deployed all the changes to the production server. Now all my jQuery user interface icons are missing.
After deployment, I compiled all the resources using this:
bundle exec rake assets:precompile
I also added // = require jquery-ui to application.js.
Icons work fine in env development, but they don’t appear after deployment to a production server.
source
share