On 25 July 2012 10:22, Sebastjan H. <[email protected]> wrote: > Colin Law wrote in post #1070100: >> On 25 July 2012 09:21, Sebastjan H. <[email protected]> wrote: >>>> version installed under rvm. >>> /usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs': >>> Could not find railties (>= 0) amongst [] (Gem::LoadError) >>> from /usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:256:in >>> `to_spec' >>> from /usr/local/lib/site_ruby/1.8/rubygems.rb:1231:in `gem' >>> from /usr/local/bin/rails:18 >> >> Have you installed rails inside rvm? Try >> gem install rails >> Note, no sudo. > > After several attempts I get: > > sebah@sebah-laptop:~/rails$ gem install rails > ERROR: Could not find a valid gem 'rails' (>= 0) in any repository > ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > too many bad responses (http://rubygems.org/latest_specs.4.8.gz)
> > sebah@sebah-laptop:~/rails$ gem install rails > ERROR: Could not find a valid gem 'rails' (>= 0) in any repository > ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > too many connection resets (http://rubygems.org/latest_specs.4.8.gz) Do you have any problems with your internet connection? Is there a proxy server for your connection? Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

