Installation Problem

At the time of installation of rails 2.3.2
it gives an error

ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
SocketError reading http://gems.rubyforge.org/gems/rake-0.8.7.gem

actually i want to install rails 2.2.2.

help me out!!!

On Tue, May 26, 2009 at 5:49 AM, Sushrut S. <
[email protected]> wrote:

help me out!!!

Posted via http://www.ruby-forum.com/.

If you want to install 2.2.2, you’ll need to do the following:

sudo gem install rails -v 2.2.2

Good luck,

-Conrad

Conrad T. wrote:

On Tue, May 26, 2009 at 5:49 AM, Sushrut S. <
[email protected]> wrote:

help me out!!!

Posted via http://www.ruby-forum.com/.

If you want to install 2.2.2, you’ll need to do the following:

sudo gem install rails -v 2.2.2

Good luck,

-Conrad

I install rail -v 2.2.2 on windows
then???