How do you configure RadRails to use Rails installed through RVM?

aptana, radrails, ruby-on-rails, rvm

Solution

After installing ruby through rvm, I was able to get eclipse to use that install by:

In Eclipse, go to Window -> Preferences.
In the Ruby/Interpreters tab click "Search"

For me this found all of the ruby installs from rvm, and it added them to the interpreters list. I edited the "Name" field to include the version number for convenience.

Problem

How do I properly setup Aptana RadRails if I've installed Rails through RVM? I followed the install on http://railstutorial.org/ but my script paths don't work: e.g.: - 'rails' path: /home/marius/.rvm/gems/ruby-1.8.7-p302@rails3gemset/bin/rails - Detected path: Not Detected

Original source