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!