How to upgrade rails

hi

Is there a way to eaisly upgrade rails to the most recent version?

thanks
Scott

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

hi.

$ gem install rails -y

should upgrade your rails

On 8/10/06, scott [email protected] wrote:

Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Tiago P.
DEIUC - Departamento de Engenharia Informática da Universidade de Coimbra
[email protected] | [email protected]
Don’t be so humble, you’re not that good.

gem update rails --include-dependencies and then change the gem version
accordingly in environment.rb.

Cheers,
Jan

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 D. [email protected]:


Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Michael S. [email protected]

www.stellar-legends.de - Weltraum-Browsergame im Alpha-Stadium

scott [email protected] 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 S.
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
`----