My Rails app can't find precompiled images from gems in production. All other assets are working as is all assets in development. I get the following error when running in production mode;
ActionController::RoutingError (No route matches [GET] "/assets/dataTables/sort_asc.png"):
The assets seem to precompiled properly, images from app/assets/images show up.
Can someone shed some light on the problem?