cURL in rails

Hi All,
In my application, i have to send sms to users. when i am
submitting the sms to sms gateway, it is not getting done. Same thing
in php worked fine with cURL. So how can i do this(curl) in rails…

Thanks in Advance!

Check out HTTParty

We used Faraday for exactly the same purpose on the Twilio SMS service.

Hi Dave,
Can you tell me something about it please…