Rails 3.0.1 Install on Mac OS 10.5.8

It appear you havent told rvm what ruby to use and you are currently in the system default which does not have the required gems installed, try doing

rvm use 1.9.2 then

rails -v