At the time of installation of rails 2.3.2 it gives an error
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) SocketError reading RubyGems.org | your community gem host
actually i want to install rails 2.2.2. ON WINDOWS Plz help!!!
At the time of installation of rails 2.3.2 it gives an error
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) SocketError reading RubyGems.org | your community gem host
actually i want to install rails 2.2.2. ON WINDOWS Plz help!!!
On Windows, you’ll have to do the following in the dos prompt:
gem install rails -v 2.2.2
-Conrad