Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails 3 flexible CMS framework

There are some other similar questions here but they're fairly old when Rails 3 was still in beta.

I am looking for a CMS system for Rails 3. I need something with basic functionality (pages, SEO etc.) and good/easy extensibility. The most important feature other than extensibility that I want is a good WYSIWYG editor. I will be using it to build CMSs for clients and need something flexible that I can extend easily to fit their needs. Since HTML will be prepared by someone else, I need the option to use html.erb format or something similar.

Some that I've seen: - Refinery CMS - Radiant CMS (is this rails 3 compatible? not sure...) - Typus - BrowserCMS

So, what do you guys recommend and why?

like image 822
mrbrdo Avatar asked Mar 23 '11 16:03

mrbrdo


2 Answers

All you need is supported with Refinery CMS. Pages and SEO support is out of the box and you can easily extend it with Rails::Engine, where you are using same development workflow as in standard Rails3 application. There is also a CRUD engine generator, sou you can build your extensions very fast.

Your views are under app/views or vendor/engines/name/app/views and you can use erb for it.

You can start with reading guides. If you need help, you can join #refinerycms at Freenode irc servers or ask in google group.

like image 60
retro Avatar answered Oct 19 '22 13:10

retro


This is a fairly new one that I believe is being actively worked on.

Locomotive

http://www.locomotivecms.com/

like image 42
Enric Ribas Avatar answered Oct 19 '22 13:10

Enric Ribas