Use Net::HTTP to connect to the other site:
http://www.ruby-doc.org/core/classes/Net/HTTP.html
--
Posted via http://www.ruby-forum.com/.
Where are you putting the require? What variables is it complaining
about?
> I'm not sure why I get these conflicts, and I'm not sure of a 'Rails'
> way of sending new Requests from a Controller.
> All I want to do is call another RESTful web service and put that
> value into my model, but without going via a view.
The alternative is to use an ActiveResource model to proxy the remote
RESTful model interface. Then you can access the remote data similar to
accessing a local model...