I'm trying to install rails on windows7. Rails not getting installed gem sources --add http://rubygems.org commands throws error like Error fetching http://rubygems.org timed out http://API.rubygems.org/specs.4.8.gz
Can anyone help me resolve this.
I'm trying to install rails on windows7. Rails not getting installed gem sources --add http://rubygems.org commands throws error like Error fetching http://rubygems.org timed out http://API.rubygems.org/specs.4.8.gz
Can anyone help me resolve this.
This could be solved by updating your rubygems
to latest version.
gem update --system
Finally I resolved this error by adding http://rubygejs.org/ to .gemrc.