I\'m using SASS + Compass and controller specific stylesheets, so in my application.html.erb I set:
<%= stylesheet_link_tag \"home\", params[:controller],
adding this to an initializer worked for me
require 'compass' Sass.load_paths << Compass::Frameworks['compass'].stylesheets_directory