In my Rails 3.1 app, I have images stored under app/assets/images/jquery_ui/
.
I don't know how to access these in my CSS. /assets/image_name.png
and /assets/jquery_ui/image_name.png
do not work.
In my Rails 3.1 app, I have images stored under app/assets/images/jquery_ui/
.
I don't know how to access these in my CSS. /assets/image_name.png
and /assets/jquery_ui/image_name.png
do not work.
Seems like /assets/jquery_ui/image_name.png should work,
If you just added some images to assets and it still doesn't work... you will need to restart your server (/WEBrick).