OS: Mac OS X 10.10.3 XCode: Latest with command line tools installed (version 6.3) Rails: version 4.2.1 Ruby: version 2.2.1
I was trying to generate the rou
This worked for me, since I downloaded basic Ruby by accident.
Install the Ruby "Development Kit" here: http://rubyinstaller.org/downloads/ Click the self-extracting file, and extract it here:
(or somewhere else, but I had problems in other directories)
Open the cmd (terminal):
cd C:\RubyDevKit
ruby dk.rb init
ruby dk.rb install
Source: http://jekyll-windows.juthilo.com/1-ruby-and-devkit/