Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple Rails 3 CMS Gem/Plugin? [closed]

Can anyone recommend a simple, lightweight CMS gem or plugin for Rails 3 that can easily be embedded into an existing app?

like image 560
Vincent Avatar asked Sep 23 '10 22:09

Vincent


4 Answers

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 :)

like image 189
Grocery Avatar answered Nov 14 '22 07:11

Grocery


I found Refinery CMS to be easily emebddable into my app (with some modifications).

like image 40
Vincent Avatar answered Nov 14 '22 07:11

Vincent


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.
like image 7
Fivell Avatar answered Nov 14 '22 09:11

Fivell


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

like image 5
ToddH Avatar answered Nov 14 '22 09:11

ToddH