I need to call a URL with parameters from a method in rails. How do I call the URL in rails? And example is that in the method, I want to call this URL request: http://www.example.com?name=parameter01&password=parameter02
How do I call this type of URL method in rails?
Did you try this : http://ruby-doc.org/stdlib-1.9.3/libdoc/net/http/rdoc/Net/HTTP.html?
An example :