How to Organize Style Sheets in Ruby on Rails Projects

Although the asset pipeline in Ruby on Rails is a powerful feature, it can be pretty perplexing. Rails’ scaffold automatically generates a style sheet for each controller. As a result, your styles are organized according to the domain model of your application. You will not find it very convenient if you create a modular codebase… Continue reading How to Organize Style Sheets in Ruby on Rails Projects