Try setting an environment variable like so: http_proxy=http://my.proxy.server.mycompany.com:port_number
With the appropriate URI to your proxy server of course. HTH, -Roy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Alpi aka Spyou Sent: Tuesday, December 09, 2008 1:29 AM To: Ruby on Rails: Talk Cc: [EMAIL PROTECTED] Subject: [Rails] Rails and Ruby behind proxy Hi there, I've a little problem. On my code, I use the flickraw gem. On the application.rb there is a require 'flickraw' who create a new instance, and for that need to pass the net. It works at home, but in my office we have a proxy, and when I launch webrick I have an error saying that I'm behind a proxy :(. Does anyone have an idea on how to correct this issue ? Is there a config.http_proxy in environement.rb or something like that ? Thank you very much Nic --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

