Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby on Rails 3.1 Blog Engines

I see a lot of people asking about Blog Engines, but most of the questions & answers are rather old. Or if they aren't old most of the projects are old. I'm wondering if anyone knows of any Blog Engines that currently support Rails 3.1 or are at least being actively developed to support Rails 3.1.

I would also be interested in seeing any sample applications or blog posts written for Rails 3.1 Blogs. I am going to be adding a blog to one of my websites, and would prefer to simply use a Rails Engine or sample code if there are any good ones out there. I hate reinventing the wheel. Looking for something simple, and not too opinionated so I can modify easily to suit my own needs.

like image 601
JDutil Avatar asked Jul 19 '11 00:07

JDutil


2 Answers

you might want to check out Refinery http://refinerycms.com/engines

doesn't look like they are 3.1 yet, but probably soon

https://github.com/resolve/refinerycms-blog

like image 80
house9 Avatar answered Oct 21 '22 15:10

house9


Your best bet would probably be to use Typo.

Typo is currently using rails 3.0.9. Rails 3.1.0 is still a release candidate so I don't know of any blogging apps using it right now. If you must use rails 3.1.0 then you may have luck grabbing the gem for 3.1.0.rc4 (the newest version) and using typo anyway. Chances are everything will still work.

Hope this helps.

like image 26
Chris Knadler Avatar answered Oct 21 '22 15:10

Chris Knadler