I'm looking for a blogging tool with some light CMS features in Ruby on Rails. I mainly want something simple, but configurable. I have no need for page snippets, etc. Just your basic main blog, very good (and easy) theme support, some nice sidebar stuff, a few static pages and MetaWeblog API support.

I'm thinking of either using Mephisto or Radiant CMS (everything else seems half-baked or extremely lightweight at best):

http://mephistoblog.com/

http://www.radiantcms.org/

Documentation for Mephisto seems very lacking and their site is a mess. I've also read some bad things about it's stability. Radiant seems more stable in comparison and has heaps of useful plug-ins. However, it isn't designed for blogging out of the box. That has to be added as almost an after thought. Creating a custom theme also seems more cumbersome with Radiant due to the sub-page/snippet feature.

Which should I choose?

link|improve this question

feedback

8 Answers

up vote 7 down vote accepted

Mpehisto is far easier for a blog. Mephisto is a blog with CMS capabilities. Radiant is a CMS with blog capabilities. If the blog is your main goal, go with mephisto. Settings Radiant is like setting up a whole website. Powerful, but a lot more than you need if you just want a blog.

link|improve this answer
If you need to go with a blog, check also blog.typosphere.org out. – Marcin Gil Feb 17 '09 at 8:02
feedback

I would highly recommend http://refinerycms.com

It fits quite well what you're asking for. Simple, lightweight and excellent theme support.

The themes are very easy to create because they work exactly like regular Rails views so you don't have to learn too much to create one. More info on themes here: https://github.com/resolve/refinerycms-theming

I am biased though as I am a developer on the project :-)

link|improve this answer
feedback

You could also try Typo (on Github too). It has be mostly rewritten recently, support RoR 2.2 and s quite good.

link|improve this answer
feedback

Marley is nice. I tried it for a bit but wanted to add more features, and ended up writing something similar called Nesta. I agree that Mephisto is a bit tricky to bend to your will (this is the main reason that I went looking for something else, before I tried Marley and built Nesta).

Nesta has theme support, but the list of available themes is still quite small (we're working on that).

See http://effectif.com/nesta for more info. Feel free to get in touch if you fancy some help/advice (there's also a Nesta mailing list).

Also, I should mention Radiant. I've used it successfully to build simple sites that clients need to be able to update, but for my own stuff I always use Nesta as there are fewer barriers to just getting things done if I edit the HTML/CSS and my site content in a decent editor.

Cheers, Graham

link|improve this answer
feedback

Try Marley used (among others) by http://restafari.org/ (the author). very, very nice :). Mephisto is kind of messy (its root are very old). Radiant, well, ... I used both of them, never liked any that much.

link|improve this answer
Nice, but seems too simple for my needs. For example, the flat file approach means no MetaWeblog API for publishing from a blog editor like Ecto or MarsEdit. – Candidasa Feb 17 '09 at 8:00
feedback

Mephisto is known for being quite a beast. Maybe you should try out Enki or perhaps go really light-weight and try something in Sinatra (like this or this). Your not going to find MetaWeblog support, but you can contribute that if you have the time...

link|improve this answer
feedback

I don't think that either Mephisto or Radiant are going to be your thing.

I've been using Radiant extensively for the past two years or so and I before that I used Mephisto extensively. I still use Mephisto for several sites but not for much longer. The codebase on those is several years old..

Radiant doesn't have easy theming, nor nice sidebar stuff. Radiant is more like a great toolbox for website builders. You need to do a lot of building yourself and it takes a little bit to figure it out.

Mephisto has fallen pretty far behind the times. I gave up on it a while back and I keep looking to see if there's anything new to give me a reason to back and I haven't seen it yet.

Honestly the advice to look for another option is good. Rails needs a new option for a modern blogging engine. Personally I'm going to look into Typo again. It seems to have new life and may be just the thing.

link|improve this answer
feedback

Definitely pay attention to HTML5 and CSS3 support. Since we are talking Rails find out when they will have Rails 3 support.

I recommend refinerycms.com.

link|improve this answer
Official release of Rails 3 support was today: refinerycms.com/blog/refinery-cms-supports-rails-3 – stevenheidel Aug 31 '10 at 4:31
feedback

protected by Will Dec 28 '10 at 3:45

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.