On 30/03/11 15:10, Heinz Strunk wrote:
I have two different Rails apps and I would like t o sync the user
databases. What's the best way to do that? I thought of whenever someone
registers with one app the user information is posted to the other app
and vice versa. What would you use for that? JSON? Sinatra?

Depending on where the databases are located have you considered simply adding a trigger at database level and updating the other database direct ?

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to