Rails Blog engine [closed]

2019-05-18 05:18发布

问题:

Looking for a simple blog engine that will support article management.

I have standalone rails3.2x application and authentication system and I have to add blogging engine for site registered users.

回答1:

Check out ruby-toolbox, here you can find appropriate tool for your goals.

Blog engines are here



回答2:

Just discovered this: https://github.com/jipiboily/monologue. Simple blogging engine with few dependencies, which makes it easy to integrate into existing Rails application.