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.
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.
Check out ruby-toolbox, here you can find appropriate tool for your goals.
Blog engines are here
Just discovered this: https://github.com/jipiboily/monologue. Simple blogging engine with few dependencies, which makes it easy to integrate into existing Rails application.