I\'m using Ruby on Rails (Edge, the development version), and Ruby rvm 1.9.2.
application.js
is as follows.
//= require jquery
//= requi
What worked for me was instead of having the jQuery theme CSS file in app/assets/stylesheets/
and the images in app/assets/images/
. I placed them into app/assets/images/images/
, and it worked. It's kind of a hack, but it seems to work at this point with minimal fudging and without modifying the CSS files.