Friday, February 12, 2010

How to get gems running from behind proxy: e.g. heroku

First, type in the following in the command line
export HTTP_PROXY='http://proxy.com:8080'
Then any gems you use from there will work via your proxy.
I used this to get the heroku gem running

No comments: