I\'m getting these warnings when trying to use sass in Rails 3.1 rc1.
WARN: tilt autoloading \'sass\' in a non thread-safe way; explicit requir
have you tried doing this in Gemfile?
gem "sass", :require => 'sass'
this is an explicit call, without using initializers. by the way consider that you're using a rc1 release.