vote up 1 vote down star

For some weeks now I simply can't run gem install in windows. It sticks on this line:

C:\Windows\System32>gem install rails --version 2.1.2
Bulk updating Gem source index for: http://gems.rubyforge.org/

Any ideas what it could be?

flag

3 Answers

vote up 0 vote down check

Have you been able to install stuff previously?

The gem index is pretty big, about 26MB it seems - what sort of connection do you have? If you have dialup (or 512kbit "broadband" etc), it will take quite a while to update.

You could just grab the rails gem file and install it with gem install rails.gem - http://rubyforge.org/frs/?group_id=307

Alternatively you could use one of the prepackage-rails installers, for example InstantRails

link|flag
vote up 3 vote down

I had this same problem with gem version < 1.2. Upgrading to 1.2 fixed it.

link|flag
sometime you need to manually upgrade by getting the correct version of the gem system because gem update -system doesn't work but will freeze as well. – Jonke Oct 25 '08 at 10:13
vote up 1 vote down

It worked fine on my Windows Server 2003 machine. I am using gem version 1.3.0.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.