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/