When attempting to install rails, I get the following:
$ gem install ruby
Fetching: ruby-0.1.0.gem (100%)
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/1.8 directory.
I installed ruby 1.9.3 with rbenv and set it to the global version:
rbenv global 1.9.3-p448
So I'm not sure why it's trying to access the system version...?
which rubywhat do you get?