-
Run software update
-
Form Mac App Store download & install XCode
-
Install Homebrew
1
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
-
Install Git
1
brew install git
-
Install rbenv & ruby-build
1 2
brew install rbenv brew install ruby-build
-
Install Ruby
1 2
rbenv install 1.9.2-p290 rbenv global 1.9.2-p290
-
Install MySQL
1
brew install mysql
-
Install Rails
1
gem install rails --no-rdoc --no-ri
-
Enjoy!