assets:precompile doesn't replace image asset paths in CSS...
This is with Rails3.1rc and beta1 If I have a background url specified in application.css like so: body { background: #00ff00 url('rails.png') no-repeat fixed center; } The new asset pipeline stuff finds that image in the assets folder. ...