How to make a blog application that plugs into other rails applications? -


i want have blog functionality of applications have, instead of developing , maintaining them part of each application, develop blog application , plug right other applications , maintain single code base.

what approach should take accomplish this? or there gem this?

thanks.

a rails engine sounds best bet. engine application provides functionality host application. getting started engines guide great place start , happens guide through process of creating blog engine. there such engines exist in wild, such blogit. whatever decide, running through engine guide give understanding of how engines work.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -