I installed Ruby on Rails on my mac today along with Gems and MYsql. I\'m trying to follow the lynda.com tutorial and I\'ve run into a brick wall. When I try to run the rail
You do seem to have permissions issues with your gems directory. Try resolving that with:
sudo find /Library/Ruby/Gems/1.8/gems/ -type d -exec chmod 755 '{}' +