Technical
Ruby Friendly Shell Variables
Disclaimer: I mostly use bash so some of the code will have to be adjusted accordingly.
If you dont want to “require ‘rubygems’” every time you work in IRB (console)
export RUBYOPT=-rubygems
To be able remotely install gems when you’re behind firewall.
export http_proxy=http://your.proxy.com:1111/
Created on June 10, 2007 21:11:35
by
Gregory Bluvshteyn
(24.186.106.132)
(409 characters / 0.0 pages)