On Wed, Jun 9, 2010 at 1:31 AM, Luis Lavena <[email protected]> wrote:
> 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?PM PM PM > > > > 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 > Donde se encuentra .gemrc? porque no lo encontre por ningun lado. Probe haciendo gem install rails --source http://rubygems.org Pero: ERROR: http://rubygems.org/ does not appear to be a repository ERROR: could not find gem rails locally or in a repository Updating class cache with 1382 classes...
_______________________________________________ Ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
