On Wed, Jun 9, 2010 at 12:27 AM, Cristhian Boujon <[email protected]> wrote: > Buenas, > > Tengo instalado ruby 1.9.1-p378 a través de rvm, cuando quiero instalar > rails con gem haciendo > gem install rails > me da el siguiente error: > WARNING: RubyGems 1.2+ index not found for: > http://gems.rubyforge.org/ > > RubyGems will revert to legacy indexes degrading performance. > Bulk updating Gem source index for: http://gems.rubyforge.org/ > ERROR: While executing gem ... (Gem::RemoteSourceException) > Error fetching remote gem cache: SocketError: getaddrinfo: Name or > service not known (http://gems.rubyforge.org/yaml) > > Alguna idea de que puede ser? >
gems.rubyforge.org esta deprecado, asegurate que en tu ~/.gemrc este rubygems.org, no el de rubyforge. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry _______________________________________________ Ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
