On all my gem installs I have to do sudo ? So
sudo gem install rails
will work, while only
gem install
You should install Ruby Version Manager. It stores installed rubies and gems in your home dir, so now you don't have to use sudo to install gems. It has a lot more features besides this. :)
sudo