Hi,
I'm not sure what I've done wrong but I recently spent some time unnecessarily troubleshooting an issue with Compass after I did a bundle update on a Rails 3.1 project.
Our Gemfile contained the following line in the assets group:
gem 'compass', '> 0.12.alpha'
I believe we were forcing the above-alpha version due to compatibility fixes with SASS.
And our SASS stylesheet has: @import "compass";
Running bundle update and upgrading resulted in pulling down a .rc version which throws an exception stating: "File to import not found or unreadable: compass."
After reading all the docs on the Compass web site and GitHub I was none the wiser but I after some time I stumbled across "compass-rails", which of course has solved my problem.
I couldn't find any announcement about this separation, is it detailed somewhere? Has anyone else had this issue? Were we wrong to use the alpha version?
I've updated the wiki page on GitHub with a note about it.
Regards,
Andrew