Thanks for your feedback..
I also looked into Locomotive, good ( I know Mongoid) but the project
needs MySQL...
After looking at other existing Rails CMS : Alchemy, Radiant,
Refinery, Comfortable Mexican Sofa ( C.M.S. !) and also browserCMS, my
feeling is that none of them are actually true good engines for our
project .. rather than describing what I mean by that , better giving
an example of a good one : "forem" (
https://github.com/radar/forem )
'forem' brings a complete forum app as an engine to our existing rails
web apps:
- can be mounted at root or subdomain level,
- reuse our Devise authentication module, forem initialize with the
declared 'user' class, and 'current_user' helper
- forem internal authorization is based on CanCan, and permissions
can be superseded within the declared 'user' class
said that, we are currently looking into Alchemy code ( good 'content'
management ) to see how we could adapt it (to the 'forem' way)
regarding authentication and authorization ( I know that the new
Refinery aims at using authentication/authorization engines.... but
Refinery cannot be mounted at subdomain level which is mandatory in
our project
thanks again