I'm trying to install the rails aspect through gem, but when I run the command: gem install rails --include-dependencies I get a connection error. So I figured it may be because of our proxy, so when I try: gem install rails --include-dependencies -p http://inetgw.unx.sas.com:80 I get an undefined method error. Any ideas?