Sending Form data to remote rails application using Httparty

后端 未结 1 660
情书的邮戳
情书的邮戳 2021-01-28 14:41

I am new to Httparty. I have a simple rails application with its default methods, new, create for creating a new Model object. So basically if you consider the article controlle

相关标签:
1条回答
  • 2021-01-28 14:46

    Okay I resolved it using Httparty itself. One thing which was making problems for me was form_for which is bounded to the rails model. So I used another form then just posted data using Httparty and on the remote app (Server side) I just retrieved each field and persist it. Very simple. Now I am a fan of Httparty!

    0 讨论(0)
提交回复
热议问题