I am getting the following error:
$script/console Loading development environment (Rails 2.2.2) /opt/ruby-enterprise-1.8.6-20080709/lib/ruby/1.8/irb/completi
Run the command
rvm requirements
It shows the requirements and dependencies. Install those and reinstall the ruby on rvm
rvm remove 1.9.2 rvm install 1.9.2
It works!
EDIT
If you can't find the requirements option update your rvm.
requirements
rvm update --head # older rvm
or use rvm upgrade
rvm upgrade