Is there any cms for Rails 4? [closed]
Asked Answered
T

4

14

Is there any cms for Rails 4 with Ruby 2? Most of popular engines (Refinerycms, Browser CMS) are made for Rails 3.

Triple answered 5/7, 2013 at 14:20 Comment(0)
G
13

There is a gem called comfortable mexican sofa which has rails 4 integration. https://github.com/comfy/comfortable-mexican-sofa

**Installation for Rails 4**

gem 'comfortable_mexican_sofa', '~> 1.9.0'
Gratification answered 5/7, 2013 at 14:29 Comment(3)
1.9.0 is out for Rails 4.Undertook
Could you already give us an experience report about this gem with rails 4 and ruby 2?Raquelraquela
rails 4 and ruby 2 is fully supported.Undertook
C
6
  • Refinery CMS can be used with Rails 4. You can already use the master branch.

  • Browser CMS will support Rails 4 in its next release. The changes needed for Rails 4 are already committed to the master branch, so you can start using it now.

  • Locomotive CMS has set its milestone for version 3.0, Git Issue 746, this version is expected to be done around February 2014.

  • Radiant CMS shows in its commit history that is working on it. The plan is to release in early 2014.

Craner answered 16/12, 2013 at 18:52 Comment(2)
LocomotiveCMS's SPRING 2014 ROADMAP eepurl.com/OMrwfDeveloping
Still waiting for Locomotive on Rails 4Garret
E
5

Alchemy CMS runs with Rails 4.0.0

Eckenrode answered 25/12, 2013 at 17:2 Comment(0)
D
2

I have a been building a CMS over the last couple of months based on Active Admin. It is Rails 4 / Ruby 2.0 compatible. Granted I am the only one using it and it isn't in gem form yet.. If you're interested check out the github : https://github.com/websitescenes/cms_admin

Deeann answered 26/9, 2013 at 22:40 Comment(1)
Some screen shots would be great!Craner

© 2022 - 2024 — McMap. All rights reserved.