When trying to install gems using rvm i get this error
$ rvm gem install sproutcore ERROR: While executing gem ... (Errno::EACCES) Permission denied - /home
its probably not the correct way of doing things but I found that using rvmsudo resolved the issue, eg
rvmsudo gem install rails