From: Jamis Buck Date: 2005-10-20T06:34:45+09:00 Subject: Re: Rails 1.0: Release Candidate 2 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. Sorry about that, Jamis