[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

gem update hangs (yaml slow on big dataset

Andrew Roth

5/3/2007 9:53:00 AM

Hi all,

I am having a heck of a time trying to get gems working on a ubuntu
system. I get exactly what is described at http://rubygems.org/read/chapter...

I have a problem with RubyGems. It doesn't matter what I try to
install with, it freezez.
Particulary I tried to execute:
gem install rails --include-dependencies
but the command freezez at the following message:
"Updating Gem source index for: http://gems.rubyforge...

And much to my chagrin, the answer is

[I lost my internet connection while composing the answer to this
question. Unfortunately, I now no longer recall what I intended to
write. The answer (or at least part of the answer) is buried deep in
the RubyGems mail archive. I'll try to update this after a bit of
research. Sorry for leaving this question hanging.]

So I did some work myself and modified a bit of the gem code (yay for
open source) to get it working for me.. results at

http://rubyforge.org/tracker/index.php?func=detail&aid=10550&group_id=126&am...

in case anyone else has this problem

-Andrew Roth