开发者

submit data from one rails application to another

I have two rails applications. I would like to submit data from one application to another but I want it go through the controller logic as it's not just a DB dumb. I tried using directory HTTP call with POST but it didn't work as it asked for Authenticity Token.

Now that I own both apps what is the easiest way in your opinio开发者_Python百科n to do this?

Thanks,

Tam


I use ActionWebService for that purpose. Build the server in one app and the client in the other.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜