Rails 3 jQuery UI Slider
Posted
by
Tyler DeWitt
on Stack Overflow
See other posts from Stack Overflow
or by Tyler DeWitt
Published on 2012-04-10T23:26:15Z
Indexed on
2012/04/10
23:28 UTC
Read the original article
Hit count: 249
I'm trying to use the jQuery UI Slider with my rails 3 app. I've downloaded a theme and put the css file in app/assets/stylesheet and I put all the images in app/assets/images.
When I load a page with a slider, I get an error that it can't find an image:
GET http://10.1.10.100:3000/assets/images/ui-bg_glass_45_0078ae_1x400.png 404 (Not Found)
That file is in app/assets/images/ and the css file has been edited to point to ../images/<image>
Is there something else I need to do to make a jQuery slider work with Rails 3?
gist with the files: https://gist.github.com/2355571
© Stack Overflow or respective owner