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
I strongly urge you to use rvm to install ruby and try again:
There are a number of issues with the default ruby that ships with OS X. When you install RVM, you can easily get a clean installation of ruby.
Make sure to read the install instructions carefully, especially the last bit about inserting a line into your .bashrc
.