devth
devth

Reputation: 2750

Rails 3 CMS recommendation

I typically use rails models and typus as my CMS as it gives the most flexibility, plus typus is just brilliant. I'm starting a new rails 3 app, and typus isn't rails3 compatible yet. I'm looking around for a CMS that'll work in rails 3. I still want to be able to write my views in haml (rather than some custom templating lang) and need total customizability.

In googling, I'm not finding much. Does anyone have any knowledge about something that would fit my needs?

Thanks.

Upvotes: 18

Views: 16565

Answers (10)

Tarellel
Tarellel

Reputation: 869

Another CMS starting to rise quickly to fill in the gaps for Rails 3 scene is RefineryCMS - Github

Upvotes: 11

mindsupport
mindsupport

Reputation: 488

http://locomotivecms.com is one of good CMS

Upvotes: 5

bfcapell
bfcapell

Reputation: 424

Ubiquo supports Rails 3.2 in the edge branch.

Upvotes: 2

dhulihan
dhulihan

Reputation: 11303

I develop a Rails 3 Item & Content Managament called Opal, which may be interesting to some. Here's more info:

Upvotes: 1

tvdeyen
tvdeyen

Reputation: 723

Alchemy CMS works in Rails 3. The next_stable branch supports Rails 3.1.

Upvotes: 2

Michael K Madison
Michael K Madison

Reputation: 2209

locomotiveCMS and BrowserCMS both work in Rails 3

Upvotes: 0

nyjt
nyjt

Reputation: 11

Here is a list of almost all Rails 3 CMS. http://bitprison.net/rails3-cms-solutions-2011

Upvotes: 1

Patrick Morrow
Patrick Morrow

Reputation: 11

Lots of helpful Refinery CMS info at http://www.refinerycms.com/guides

Upvotes: 1

djones
djones

Reputation: 1369

as of yesterday Refinery CMS 0.9.8 supports Rails 3! You can read about the transition to Rails 3.

This makes Refinery CMS the first popular CMS to support Rails 3.

Upvotes: 4

George Henderson
George Henderson

Reputation: 9

You should look into Osmek. With Osmek you can write in any language you'd like, since you interact with your content through an API. Its a revolutionizing concept to content management, and the idea of flexibility.

Upvotes: 1

Related Questions