Change Rails default generators to Sass
Rails inexplicably defaults to SCSS when generating stylesheets. Maybe for the same reasons that DHH doesn't like Haml?
Anyway, to fix it just add the following directive to config/environments/development.rb
:
config.sass.preferred_syntax = :sass