OS X Railsinstaller
Step 1: Run RailsInstaller
Step 2: Open Terminal
Step 3: Install Sublime Text 2
Go on to Install Sublime Text 2 For Mac
Step 4: Update Rails
Type this in the terminal:gem install rails
Verify successful installation
Type this in the terminal:which gitExpected result:/usr/bin/gitType this in the terminal:which rubyApproximate expected result:/usr/local/rvm/rubies/ruby-1.9.3-p194/bin/ruby
The greyed-out text may differ and is not important.Type this in the terminal:which railsApproximate expected result:/usr/local/rvm/gems/ruby-1.9.3-p194/bin/rails
The greyed-out text may differ and is not important.Type this in the terminal:ruby -vApproximate expected result:ruby 1.9.3p194
The greyed-out text may differ and is not important.Type this in the terminal:rails -vApproximate expected result:Rails 4.0.x
The greyed-out text may differ and is not important.
Next Step:
Go on to Configure Git