In /vendor/assets/stylesheets/jquery_ui/imagesare all the images from the jQuery-UI library . Everything works fine on localhost, but when I deploy the application (Rails 3.2) to the hero, the images placed in the vendor directory are not displayed .
I tried to put these images in a directory /public, a directory /app/assets/, also run a command rake assets:precompile, but nothing works.
jQuery works well on Heroku, but its image is still missing.
What am I still missing? I don’t know what else to try ...
thank
source
share