Trying to install rails on windows. Downloaded the latest ruby exec and installed it, downloaded, unpacked rails. Upon gem install rails I get the dreaded
ERROR: Could not find a valid gem 'rails' (>= 0) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::ETIMEDOUT: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) (http://rubygems.org/latest_specs.4.8.gz)
What I've done so far:
Checked my proxy (I'm behind the company proxy), added the -p option, --http-proxy and all possible variations of the proxy URL, to no avail
Tried removing/adding another source besides rubygems.org, doesn't work either
Downloaded and unpacked rails source, can't seem to be able to install it either
This is very discouraging and getting quite annoying. I should mention I have no choice but to use windows