David Sainte-claire wrote:

change:
> 
> http = Net::HTTP::Proxy(@proxy_addr,@proxy_port).new(@url,@port)
> 

to

http = Net::HTTP::Proxy(@proxy_addr,@proxy_port).start(@url,@port)

please refer to:
http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html#M000672

hth
ilan



-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to