views:

36

answers:

1

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

+1  A: 

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

bjg