How to send POST request from RoR Controller

Hi All,

I am struggle with RoR controller last few days. I need to send a post request to another server with JSON payload and process the information. Do any one know any gems resposible as http client ? How do i do this. ???

Thanks in advance

  • net/http in the standard lib

  • httparty

  • faraday

  • rest-client

you can also search rubygems or ruby-toolbox