Have you enabled the asset pipeline in application.rb?
config.assets.enabled = true
You did right by setting the extension on your Sass stylesheets to .css.scss. That lets Rails know to parse the file with Sass first before it emits the content as CSS.