Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I find that the field is still very fragmented. I've looked at Radiant, adva-cms, BrowserCMS, and Refinery over the last year. My simple take is this:</p> <ul> <li>Radiant is the most mature, but takes over the whole application stack with its proprietary flavor. Adding your own application to it is not just like writing a Rails app, but you have to learn the Radiant extension way to do it. Rake tasks, test suites, migrations are all non-standard. This limits flexibility, and comes with much higher staff training requirements.</li> <li>adva-cms is built as a Rails engine (ships as gem), and doesn't take over the application stack, so you can develop Rails applications as before and adva-cms coexists peacefully. It has nice support for interationalization and multi-site support. It's promising, and they just released adva-cms2, a complete rewrite targeting Rails 3. It's promising and yet very young.</li> <li>BrowserCMS, like adva-cms, is a Rails engine and struck me as a tad more mature, when I first looked at it 9 months ago, but development appears to have slowed down. I chose it for a project earlier this year, but we're wondering what on-going developer activity will be like. As of this writing there is no Rails 3-compatible release yet.</li> <li>RefineryCMS seems to have a lot of activity and commercial backing, but unlike the other 3 still has no test suite. A 4-year old project in Rails without test suite is too great of a risk. When it'll hit that exponential curve of increasing cost of change due to lacking regression is debatable, but whether it'll come is not. I'm also weary of developers in this day and age working in Rails who still don't understand TDD. Your mileage may vary.</li> </ul> <p>All told, there is no one brain-dead simple option yet that fills most needs. Choose based on your needs.</p> <p>Update 9/2011: We've recently been using the <code>rails_admin</code> gem which works wonderfully well, isn't very intrusive and allows for lots of customization. It's probably the new Rails 3 and after standard. There's also <code>active_admin</code> that follows a similar concept we've used on another project.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload