Integrating a blog within a Rails app.
Hey all!
Any suggestions on the better blogging templates to integrate in a rails app? This is for a client - who lacks dev skills, so something easy for them to update posts etc from the backend.
Was just wondering if anyone here has done this - and which they recommend?
Thanks
Arjun
Temptation is always to build something but that means time and money. I remembered this blog post that may give you some ideas - https://robots.thoughtbot.com/adding-a-blog-to-a-rails-app
How complicated do they want the blog to be? You could create something pretty simply using a WYSIWYG gem (there are a couple good ones) for content.
Is it a blog engine or is it a cms engine?