Search code examples
ruby-on-railsruby-on-rails-3content-management-systemmongomapper

Which CMS plugin is best for an existing Rails 3 application with Mongo Mapper


Can anyone suggest me some good CMS plugin for an existing Rails 3 application with Mongo Mapper

P.S. I am not using Database.yml file for Mongomapper's Initialization, I am using this method

and recently I tried to mount my current application(having these gems :'devise','1.1.3' & 'devise-mongo_mapper',) on Refinary CMS but it is throwing error that

there is no database.yml file 

so please suggest some useful and easly mountable CMS plugin which are friendly with MongoMapper

any link which is showing a demo for

"how to mount a current application(ofcourse on MongoMapper) to that particular CMS"

will be more appreciated....


Solution

  • Refinary is not compatible to MongoMapper. This CMS works only with Sqlite, Mysql or PostgreSQL like explain on his prerequise guide.

    There are no plugin of CMS with MongoMapper. You can find a CMS doing with Mongo with Locomotive. But can't be use like engine.