We are trying to offer an all-around CMS with support for blogs and Spree to our clients. RefineryCMS seems like a good option, another being Alchemy. However, I've read in several places that Refinery doesn't go along very well with Rails 4. I've tried running an instance of it myself, but the only thing I could get working was with Rails 3.2, which is less than ideal for our organization, seeing as we use Rails 4. I was wondering, is RefineryCMS ready for Rails 4 production systems, or should we try our luck elsewhere? And if so, where would you suggest or would you suggest we roll our own systems?
Thanks for helping!
Edit: we have decided on using Comfortable Mexican Sofa and extend it to the point where it integrates with Spree and other apps through Devise. Thanks everyone for the answers!
Refinery works with Rails 4, although it isn't available in rubygems (yet). You could reference the master
branch of refinery : https://github.com/refinery/refineryms
in your gem file as instructed here.
Although, I would recommend locking down a commit which works for you.