Can anyone recommend a simple, lightweight CMS gem or plugin for Rails 3 that can easily be embedded into an existing app?
问题:
回答1:
I think you might find this useful: https://github.com/comfy/comfortable-mexican-sofa
It's specifically built to be a CMS plugin for your existing Rails 3 app. Sorry for the shameless plug :)
回答2:
I found Refinery CMS to be easily emebddable into my app (with some modifications).
回答3:
https://github.com/browsermedia/browsercms BrowserCMS: Humane Content Management for Rails
BrowserCMS is a general purpose, open source Web Content Management System (CMS), written in Ruby on Rails. It is designed to support three distinct groups of people:
- Non-technical web editors who want a humane system to manage their site, without needing to understand what HTML or even Rails is.
- Designers who want to create large and elegantly designed websites with no artificial constraints by the CMS.
- Developers who want to drop a CMS into their Rails projects, or create CMS driven websites for their clients.
回答4:
Rich CMS is another: https://github.com/archan937/rich_cms
There's also CopyCopter for Rails from Thoughtbot: https://copycopter.com but it's more for managing copy than managing full page content
回答5:
Best CMS till date
MCMS
gem install mcms
rails g mcms install
please check it