What version of rails?!?!

How do you figure out what version of rails you have installed?

I finally found out by using the command to create a new rails app and looked in the generated changelog.

Ug.

Your should be able to do rails -v or something.

Any clue? anyone?