Displaying 1 result from an estimated 1 matches for "net_http_see_other_url".
2010 Apr 16
0
How do I redirect my users to video via a proxy server?
...host = ''myproxy.com''
proxy_port = 80
proxy_class = Net::HTTP::Proxy(proxy_host,proxy_port)
res = proxy_class.start(''www.example.com''){|http|
redirect_to http.get(urlToGet)
}
This gives me an error:
NoMethodError (undefined method `net_http_see_other_url'' for
#<MyController:0xb6cf69ec>):
I have been trying to figure this out for over a week, any help towards
this will really be appreciated.
Obi
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rail...