Yuval Karmi
Yuval Karmi

Reputation: 26713

Ruby on Rails Blog

Does anybody know a basic plugin/gem that will allow me to quickly set up a blog in Rails. I would like it to have a WYSIWYG editor that allows image upload and basic editing.

All the Google results I checked out were tutorials to creating a blog in Rails.

I'm not looking to roll out my own solution, I'm looking for something that was already made, like Wordpress, but for Rails.

Thanks!

Upvotes: 0

Views: 421

Answers (2)

Harish Shetty
Harish Shetty

Reputation: 64363

Try using Mephisto

PS: Search for "rails blog engine" in Google and you will find many other hits.

Upvotes: 1

clyfe
clyfe

Reputation: 23770

Mephisto and typo used to be the mainstream, but there are many new kids on the block these days.

Upvotes: 1

Related Questions