I was attempting to upgrade to Rails 0.14.1 with the following command: gem install rails --source http://gems.rubyonrails.org --include-dependencies However I get this error: ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find rake (>= 0.6.2) in the repository Is my syntax wrong for the gem command or is there another problem? Thanks, scott. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Scott F. Walterscottwalter.com --explorer what''s new
On Oct 24, 2005, at 11:30 AM, Scott Walter wrote:> I was attempting to upgrade to Rails 0.14.1 with the > following command: > > gem install rails --source http://gems.rubyonrails.org > --include-dependencies > > However I get this error: > > ERROR: While executing gem ... > (Gem::GemNotFoundException) > Could not find rake (>= 0.6.2) in the repository > > Is my syntax wrong for the gem command or is there > another problem? > > Thanks, scott. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Scott F. > Walterscottwalter.com --explorer what''s new > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > >You need to do a normal: $ gem install rake Before you try the rails install with the --source http:// gems.rubyonrails.org option. The rails gems repo doesn''t have rake in it. Cheers- -Ezra Zygmuntowicz Yakima Herald-Republic WebMaster http://yakimaherald.com 509-577-7732 ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org
On 24 Oct 2005, at 19:30, Scott Walter wrote:> I was attempting to upgrade to Rails 0.14.1 with the > following command: > > gem install rails --source http://gems.rubyonrails.org > --include-dependencies > > However I get this error: > > ERROR: While executing gem ... > (Gem::GemNotFoundException) > Could not find rake (>= 0.6.2) in the repository > > Is my syntax wrong for the gem command or is there > another problem? > > Thanks, scott.Hello Try $gem update rails as root. Eoghan
Worked like a champ. --- Ezra Zygmuntowicz <ezra-SD1UcFUIF7QjH4SCZfkgnw@public.gmane.org> wrote:> > On Oct 24, 2005, at 11:30 AM, Scott Walter wrote: > > > I was attempting to upgrade to Rails 0.14.1 with > the > > following command: > > > > gem install rails --source > http://gems.rubyonrails.org > > --include-dependencies > > > > However I get this error: > > > > ERROR: While executing gem ... > > (Gem::GemNotFoundException) > > Could not find rake (>= 0.6.2) in the > repository > > > > Is my syntax wrong for the gem command or is there > > another problem? > > > > Thanks, scott. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Scott F. > > Walterscottwalter.com --explorer what''s new > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > You need to do a normal: > > $ gem install rake > > Before you try the rails install with the --source > http:// > gems.rubyonrails.org option. The rails gems repo > doesn''t have rake in > it. > > Cheers- > -Ezra Zygmuntowicz > Yakima Herald-Republic > WebMaster > http://yakimaherald.com > 509-577-7732 > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Scott F. Walterscottwalter.com --explorer what''s new
On Oct 24, 2005, at 2:30 PM, Scott Walter wrote:> I was attempting to upgrade to Rails 0.14.1 with the > following command: > > gem install rails --source http://gems.rubyonrails.org > --include-dependencies > > However I get this error: > > ERROR: While executing gem ... > (Gem::GemNotFoundException) > Could not find rake (>= 0.6.2) in the repository > > Is my syntax wrong for the gem command or is there > another problem? > > Thanks, scott. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Scott F. Walterscottwalter.com > --explorer what''s new > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > >The reason for this is that the gems are asking for rake 0.6.2, but rubygems will only look for it on the server you''re pulling from. It may not on gems.rubyonrails.org so it would throw an error. However, I believe 0.14.1 is available on the master server so you can leave out the --source option and just pull the gems from rubyforge with ''gem install rails''. -- Scott Barron Lunchbox Software http://lunchboxsoftware.com http://lunchroom.lunchboxsoftware.com http://rubyi.st