Ruby Setup On Windows
First, download the ruby installer
and the appropriate development kit
from http://rubyinstaller.org/.
Afterwards, follow the instructions.
HINT: The installation path must NOT contain whitespaces, therefore e.g. C:\Program Files\ is a bad folder!
Finally, execute the following commands and then start developing:
gem update --system
gem install bundler
bundle