I need an blog inside my existing app but it doesn’t have to be fancy, some category’s and an way to convert a directory of textiles to the blogposts including date would fit, already searched for this but nothing fancy came up.
any recommendations on a good gem to add blog to existing rails app?
I finally ended up with a very simple blog controller that loads some page content from the database, using redcloth to preserve formatting, also use this same method for serving static pages in my app.