In trying to upgrade to latest version (on Windows XP) I typed "gems update rails" got a several messages including: Successfully installed actionmailer, version 1.0.1 ... actionpack, version 1.9.1 ... actionwebservice, version 0.8.1 ... activerecord, version 1.11.1 ... activesupport, version 1.1.1 <snip> Attempting remote upgrade of rails Attempting remote installation of ''rails'' Successfully installed rails_analyzer_tools, version 1.0.0 Instlaling RDoc documentation for rails_analyzer_tools-1.0.0... All gems up to date But when I look in the file system I see the old and new versions of actionpack, etc., but I only see the rails-0.12.1 rails directory. Shouldn''t there be a rails-0.13.1? When I rerun "gems update rails" again and it says it reinstalls rails_analzyer_tools, then says "All gems up to date". Suggestions?
I would try giving the --source option: gem update rails --source http://gems.rubyonrails.org -Jeff Steve Downey wrote:> In trying to upgrade to latest version (on Windows XP) I typed "gems > update rails" >-- Jeff Casimir Author, CommonText Literacy Project: http://www.commontext.com Teacher, César Chávez PCHS: http://www.cesarchavezhs.org
Jeff Casimir wrote:> I would try giving the --source option: > > gem update rails --source http://gems.rubyonrails.org > > -Jeff > > Steve Downey wrote: > >> In trying to upgrade to latest version (on Windows XP) I typed "gems >> update rails" >> >That did it. Thanks.
A bit off topic, but you can also do "gem cleanup" to get rid of the old versions once your sure everything is stable :) - Aaron ''Jomdom'' Ransley - Web: www.jomdom.net - Mail: jomdom-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Steve Downey Sent: Friday, August 05, 2005 5:18 PM To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails] Upgrading to 0.13.1 Jeff Casimir wrote:> I would try giving the --source option: > > gem update rails --source http://gems.rubyonrails.org > > -Jeff > > Steve Downey wrote: > >> In trying to upgrade to latest version (on Windows XP) I typed "gems >> update rails" >> >That did it. Thanks. _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails