问题
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.
来源:https://stackoverflow.com/questions/14374399/rails-blog-engine