Re: [Rails] RestClient send method?

2011-05-06 Thread Frederick Cheung
On 6 May 2011, at 01:53, John Merlino wrote: > Hey all, > > I see this line of code: > > RestClient.send(verb, url, parameters) > > Basically there's two rails application that communicate with each > other. RestClient is a rails gem. Here we send the get http verb and a > url string comprisi

[Rails] RestClient send method?

2011-05-05 Thread John Merlino
Hey all, I see this line of code: RestClient.send(verb, url, parameters) Basically there's two rails application that communicate with each other. RestClient is a rails gem. Here we send the get http verb and a url string comprising of the other application base url and append a query string to