On Sunday, August 8, 2010, Pinit Asavanuchit <[email protected]> wrote: > I have to develop an ROR application that talk to it's self. > > 3 Server (1st server ROR <---> 2nd server ROR <---> 3rd server DBMS) > > How can I easily develop this ?
I've heard of similar architectures where the two Rails tiers use ActiveResource to talk to each other. Basically the middle app exposes resources as a web service, and the front app consumes them, using ActiveResource so that it can treat them like ActiveRecord-like objects. Chris -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

