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
After installing ruby through rvm, I was able to get eclipse to use that install by:
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.