Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 554
devth Avatar asked May 13 '10 17:05

devth


1 Answers

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

like image 121
Tarellel Avatar answered Nov 15 '22 21:11

Tarellel