Compass Rails integration is trivial in rails 3.1. The "config/compass.rb" file is optional.
During deploy run:
rake assets:precompile
- Move your stylesheets from
app/stylesheets
orpublic/stylesheets/sass
toapp/assets/stylesheets
. - Rename all non partials to
*.css.s[ac]ss