Rails 3.1 assets pipeline in production
问题 I am using the assets pipeline (in Rails 3.1.3) and am kind of struggling to make it work in production. Situation In my /app/assets/stylesheets directory I have the following files: application.css --> this is the default rails one stylesheet.css --> This is my custom stylesheet I spent a lot of time getting my stylesheet.css included in the /public/assets/ directory in production (by running rake assets:precompile ) and I finally made it by adding the following line into in my application