Error gem install rails --remote

hola lista, haber si me pueden decir q paso aqui:

estuve instalando rails y paso esto:

C:\Documents and Settings\Administrador>gem install rails --remote
Bulk updating Gem source index for: http://gems.rubyforge.org
Install required dependency activesupport? [Yn] Y
Install required dependency activerecord? [Yn] Y
Install required dependency actionpack? [Yn] Y
Install required dependency actionmailer? [Yn] Y
Install required dependency actionwebservice? [Yn] Y
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
Errno::EBADF reading RubyGems.org | your community gem host

Pense q podria haber sido algun error de conexion o algo por el estilo
porque estaba muy lenta l conexion a intenet…intente de nuevo y me dio
esto:

C:\Documents and Settings\Administrador>gem install rails --remote
Successfully installed rails-1.2.3

Supuestamente ahora me instalo bien rails, pero no me dice nada si me
instalo bien el
activesupport,activerecord,actionpack,actionmailer,actionwebservice…y
los
RDoc respectivos…

Me podrian explicar q paso? y ya tengo los active instaldos y los
RDoc?alguna forma de saber si los tengo?..

Gracias!Saludos

Para ver qué gemas tienes instaladas:

$ gem list

2007/7/18, Pablo M. [email protected]:

On Wed, Jul 18, 2007 at 04:34:11AM +0200, Pablo M. wrote:

Install required dependency actionwebservice? [Yn] Y
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
Errno::EBADF reading RubyGems.org | your community gem host

Error “bad file descriptor”.

Pense q podria haber sido algun error de conexion o algo por el estilo
porque estaba muy lenta l conexion a intenet…intente de nuevo y me dio
esto:

C:\Documents and Settings\Administrador>gem install rails --remote
Successfully installed rails-1.2.3

Con la orden “gem list” obtienes una lista de paquetes instalados.

Saludos.