Problem in installing Rails :(

Hi All,
I am trying to install Rails on Windows XP Home edition.
I have downloaded RubyGems 0.8.11 .
And when i open command prompt and goto c:\ruby\bin and type
gem install rails --include-dependencies
i get the following error message.

Local gem file not found: rails*.gem
Attempting remote installation of ‘rails’
Updating Gem source index for: http://gems.rubyforge.
ERROR: While executing gem … (Errno::E10022)
An invalid argument was supplied. - connect(2)

What is the problem? Please enlighten me? Any help or comments will be
highly appreciated.
Thanks again.
-Naive

Anybody Please…

Naive wrote:

Hi All,
I am trying to install Rails on Windows XP Home edition.
I have downloaded RubyGems 0.8.11 .
And when i open command prompt and goto c:\ruby\bin and type
gem install rails --include-dependencies
i get the following error message.

Local gem file not found: rails*.gem
Attempting remote installation of ‘rails’
Updating Gem source index for: http://gems.rubyforge.
ERROR: While executing gem … (Errno::E10022)
An invalid argument was supplied. - connect(2)

Naive—

You might try reading over this wiki article about installing Rails

http://wiki.rubyonrails.com/rails/pages/RailsOnWindows

Thanks,
~d

Local gem file not found: rails*.gem
Attempting remote installation of ‘rails’
Updating Gem source index for: http://gems.rubyforge.
ERROR: While executing gem … (Errno::E10022)
An invalid argument was supplied. - connect(2)

Please try :

C:>c:\ruby\bin\ruby c:\ruby\bin\gem install rails
–include-dependencies

I tried that as well, didn’t work :frowning:
Thanks anyways…

mathieu.chappuis.lists wrote:

Local gem file not found: rails*.gem
Attempting remote installation of ‘rails’
Updating Gem source index for: http://gems.rubyforge.
ERROR: While executing gem … (Errno::E10022)
An invalid argument was supplied. - connect(2)

Please try :

C:>c:\ruby\bin\ruby c:\ruby\bin\gem install rails
–include-dependencies

Thanks mdamonhill,
I did read that article,however, of no use.
thanks.
mdamonhill wrote:

Naive—

You might try reading over this wiki article about installing Rails

Peak Obsession

Thanks,
~d