views:

105

answers:

2

I am currently developing a cms and want to reuse the functionality in other projects.

+2  A: 

Check out Rails Engines.

Its awesome to share code between your applications. you can sort of make your application into a plugin itself

Try this railscast as well, Ryan bates explains it nicely

http://railscasts.com/episodes/149-rails-engines

Rishav Rastogi
+1  A: 

Since you asked about building a CMS in Rails I suggest you reading these links below

The Ruby on Rails CMS Dilemma

Ed