It may be that outbound network access is proxied. In that case try this before you use rest_client:
RestClient.proxy = ENV['http_proxy'] Rgds, Ben On Sun, Mar 22, 2009 at 10:21 PM, pabloa <[email protected]> wrote: > > hi, i am using the rest client gem to connect to a public dictionary > web service via a HTTP GET, but it seems that Heroku does not allow > this connection . > Can you confirm if this is the case, and if not, what your plans are ? > > thank you, > > pablo > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
