Matt H.
Matt H.

Reputation: 10796

Updgrading to rails 3

I just ran

$gem upgrade rails

It seemed to go smoothly (updated 23 gems, no errors, etc...)

when i run

$rails -v

It tells me I have 2.3.5. What gives?

Upvotes: 0

Views: 56

Answers (1)

Arsen7
Arsen7

Reputation: 12830

As a comment - instead of "restarting the terminal" you may issue a "hash -r" command in such cases. It causes your shell to "forget" all the cached paths.

Upvotes: 1

Related Questions