Updated Rails, but script/about doesn not show

Hello,

I just updated rails by using the command

sudo gem update rails --include-dependencies

…and everythign went fine. But when i do script/about, i still see
rails as being 1.2.1 when in fact it should be 1.2.2

I also got a success message in the terminal:

Successfully installed rails-1.2.2
Successfully installed activesupport-1.4.1
Successfully installed activerecord-1.15.2
Successfully installed actionpack-1.13.2
Successfully installed actionmailer-1.3.2
Successfully installed actionwebservice-1.2.2

I also viewed the version through the browser, but that shows the old
version as well.

I also ran the command rake rails:update

Is there anything else I need to run?

Thanks in advance!

On 2/11/07, Kristen [email protected] wrote:

I also viewed the version through the browser, but that shows the old
version as well.

I also ran the command rake rails:update

Is there anything else I need to run?

Thanks in advance!

You have might have

RAILS_GEM_VERSION = ‘1.2.1’ hardcoded in environmen.rb


gnufied

There was only one Road; that it was like a great river: its springs
were at every doorstep, and every path was its tributary.

from the command line:

rails -v