1

I'm quite new at Rails but can find my way around for the time being.

We are working on moving our old legacy PHP app to rails3. There is a Management system which handles transactions/contact/reports. Then a few extra 'modules' such as: Campaigns, Events, etc.

Should we create three separate rails apps and connect them via ActiveResource? If not, what else should we be looking at.

Thank you.

SethO
  • 2,703
  • 5
  • 28
  • 38
rogmir
  • 13
  • 2

1 Answers1

0

You should only ever need one app. If you need many databases ( which I highly doubt you do ) , then you can have one app handle many databases. But again, you probably only need one database, and you're definately alright with one app.

Trip
  • 26,756
  • 46
  • 158
  • 277