TakaGoto
TakaGoto

Reputation: 362

Blog backend for non developers Rails

I need a very simple, backend visual representation of creating a blog post. Since the blog writers are not developers, I need something that can make blog posting easy. I know RedCloth is available but I'm looking for something more simple, but not a CMS since it infects my app and mutates it like no other.

Upvotes: 0

Views: 152

Answers (2)

David P
David P

Reputation: 3634

Check out the Comfy Blog project.

https://github.com/comfy/comfy-blog

ComfyBlog is an simple blog management engine for Rails 3.1 apps. It also integrates with ComfortableMexicanSofa CMS Engine. The nice thing about this project is that it doesn't interfere with your existing controllers, and "it's just Rails".

Upvotes: 0

Snarf
Snarf

Reputation: 2361

I would recommend the ActiveAdmin gem.

Here is a free (very helpful) RailsCast that goes through the configuration and features of the gem.

ActiveAdmin should have no problem suiting your needs.

Upvotes: 1

Related Questions