hi Is there a way to eaisly upgrade rails to the most recent version? thanks Scott -- Posted via http://www.ruby-forum.com/.
gem update rails --include-dependencies and then change the gem version accordingly in environment.rb. Cheers, Jan On 8/10/06, scott <scott@impulseuk.com> wrote:> > hi > > Is there a way to eaisly upgrade rails to the most recent version? > > thanks > Scott > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060810/8a57fd70/attachment.html
hi. $ gem install rails -y should upgrade your rails On 8/10/06, scott <scott@impulseuk.com> wrote:> hi > > Is there a way to eaisly upgrade rails to the most recent version? > > thanks > Scott > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Tiago Pinto DEIUC - Departamento de Engenharia Inform?tica da Universidade de Coimbra thpinto@gmail.com | tpinto@student.dei.uc.pt Don''t be so humble, you''re not that good.
scott wrote:> Is there a way to eaisly upgrade rails to the most recent version?Depends on how you installed it in the first place. If you used the gem utility, this is as simple as "gem update rails" (add -y to automatically include dependencies as well). d -- Posted via http://www.ruby-forum.com/.
but doesnt the app use the old gem?. because in boot.rb is something like RAILS_VERSION=''1.1.4'' and this is not updated by installing a new gem 2006/8/10, Dewet Diener <ruby-forum@dewet.org>:> > scott wrote: > > Is there a way to eaisly upgrade rails to the most recent version? > > Depends on how you installed it in the first place. If you used the gem > utility, this is as simple as "gem update rails" (add -y to > automatically include dependencies as well). > > d > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Michael Siebert <info@siebert-wd.de> www.stellar-legends.de - Weltraum-Browsergame im Alpha-Stadium -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060810/0ac8806b/attachment-0001.html
scott <scott@impulseuk.com> writes:> hi > > Is there a way to eaisly upgrade rails to the most recent version? >sudo gem update and edit the environment.rb file -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at: http://cuttingtheredtape.blogspot.com/ ,---- | "All animals are equal, but some animals are more equal than others." | -- Orwell, Animal Farm, 1945 `----