From: "Ara.T.Howard" Date: 2005-10-20T06:48:09+09:00 Subject: Re: Rails 1.0: Release Candidate 2 On Thu, 20 Oct 2005, Jamis Buck wrote: > On Oct 19, 2005, at 3:25 PM, Ara.T.Howard wrote: > >> On Thu, 20 Oct 2005, David Heinemeier Hansson wrote: >> >>>> Rails 0.14.1 is RC2. However, it looks like somehow only the rails >>>> gem got uploaded. I'll see if I can grab David next time he's online >>>> to upload those. >>>> >>> >>> Sorry about that, chaps. It's all good now. >>> >> >> [ahoward@localhost ~]$ sudo gem install rails --source http:// >> gems.rubyonrails.org --include-dependencies >> Attempting local installation of 'rails' >> Local gem file not found: rails*.gem >> Attempting remote installation of 'rails' >> Updating Gem source index for: http://gems.rubyonrails.org >> ERROR: While executing gem ... (Gem::GemNotFoundException) >> Could not find rake (>= 0.6.2) in the repository > > Yah, it's a consequence of gems only knowing about a single repository at a > time. You need to install/upgrade rake first, using the primary gem server, > and then you can use the rails gem server for the rest. ah. seems a simple fix: - accept multiple --source arguments - loop over them > Sorry about that, works now: [ahoward@localhost ~]$ sudo gem install rake && sudo gem install rails --source http://gems.rubyonrails.org --include-dependenci Attempting local installation of 'rake' Local gem file not found: rake*.gem Attempting remote installation of 'rake' Updating Gem source index for: http://gems.rubyforge.org Successfully installed rake-0.6.2 Installing RDoc documentation for rake-0.6.2... Attempting local installation of 'rails' Local gem file not found: rails*.gem Attempting remote installation of 'rails' Successfully installed rails-0.14.1 Successfully installed activesupport-1.2.1 Successfully installed activerecord-1.12.1 Successfully installed actionpack-1.10.1 Successfully installed actionmailer-1.1.1 Successfully installed actionwebservice-0.9.1 Installing RDoc documentation for activesupport-1.2.1... Installing RDoc documentation for activerecord-1.12.1... lib/active_record.rb:73:64: Skipping require of dynamic string: "active_record/connection_adapters/#{adapter}_adapter" Installing RDoc documentation for actionpack-1.10.1... lib/action_controller/assertions.rb:4:69: Skipping require of dynamic string: "#{File.dirname(__FILE__)}/vendor/html-scanner/html/document" Installing RDoc documentation for actionmailer-1.1.1... Installing RDoc documentation for actionwebservice-0.9.1... [ahoward@localhost ~]$ echo $? 0 thanks! -a -- =============================================================================== | email :: ara [dot] t [dot] howard [at] noaa [dot] gov | phone :: 303.497.6469 | anything that contradicts experience and logic should be abandoned. | -- h.h. the 14th dalai lama ===============================================================================