He estado haciendo JavaScript y algo de Erlang durante aproximadamente seis meses y no he hecho ninguna programación de Rails últimamente. Hoy en mi nuevo PC fui a instalar rieles, pero tengo este error:No se puede instalar ninguna gema
gem install rails 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: htp://gems.rubyforge.org/ ERROR: While executing gem ... (Gem::RemoteSourceException) Error fetching remote gem cache: SocketError: getaddrinfo: The system cannot find the file specified. (http://gems.rubyforge.org/yaml)
Un amigo mío dice: "gem -v?
" a lo que respondió "1.3.5". Sugirió que actualicé a 1.3.6 pero tuve el mismo problema. Luego instalé algunas gemas para fines de prueba en github.
No sé si me falta una fuente o algo, o si algo cambió drásticamente en gemas.
también:
gem sources -a htp://gemcutter.org/ Error fetching htp://gemcutter.org/: SocketError: getaddrinfo: The system cannot find the file specified. (http://gemcutter.org/specs.4.8.gz)
¿Esto es un error tipográfico? 'gem sources -a htp: // gemcutter.org /' –