Search code examples
ruby-on-railsextractsubapplication

Ruby on Rails: how to extract part of web-app?


I have a big application and I need to extract part of this application to separate small application. I'm going to develop big application, but I want to small app to be up to date.

What should I use for this purpose?

P.S. I use Ruby on Rails 3


Solution

  • There are two approaches you could consider.

    The new router in Rails 3 offers some very powerful facilities for routing to rack applications embedded with the application