2 Rails Apps, 1 Database (using Heroku)

Posted by Paul A. on Stack Overflow See other posts from Stack Overflow or by Paul A.
Published on 2010-03-10T00:08:31Z Indexed on 2010/03/11 21:49 UTC
Read the original article Hit count: 166

I've made 2 apps, App A and App B. App A's sole purpose is to allow users to sign up and App B's purpose is to take select users from App A email them. Since App A & B were created independently & are hosted in 2 separate Heroku instances, how can App B access the users database in App A? Is there a way to push certain relevant rows from App A to App B?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about heroku