I have a Ruby on Rails application, and now I would like to add blog into it. Just a simple blog with basic features and single author. What are the possible solutions?
- I need to use my authorization system (I used authlogic for my app)
- Since I am developing for a customer, I need MIT/BSD licence.
- I would prefer lightweight solution.
I know about Radiant, even build a static website with it. But it seems to complex for a simple blog.
I know about adva_cms. But as developers say it is a pain to use my own authorization system.
I also know that google is my best friend, but I am just curious what do you use in your apps when you need to integrate a blog into it?