↧
Getting your assets to work when upgrading to Rails 3.1
I was upgrading an app from Rails 3.0 to Rails 3.1 and had some trouble when it came to assets. Here’s how I got it to work. 1. Upgrading to Rails 3.1 Add Rails 3.1 to your Gemfile. Add or change the...
View ArticleLeveraging Rails 3.1, SCSS, and the assets pipeline to differentiate your...
So, you’ve got different stylesheets and want to upgrade to the Rails 3.1 assets pipeline? The challenge by doing this is that all stylesheets will be compiled together in one file so therefore we need...
View Article