Installing Ruby in your Windows environment
Hi, I’m here to help you to install ruby in windows. It is very simple, click on this link: Installer
We are going to download the Rubyinstaller and the Development Kit, so we can get the RubyGems and have the best Ruby environment. But you can look that the DevKit just supports the 2.0.0 version, obviously this will be the version you will download.
After downloading and installing the two things, you open the command prompt for configure the DevKit. Write the following commands:
chdir C:\DevKit
ruby dk.rb init
ruby dk.rb install
And now, you can finally start to programe in Ruby. You can find me on Facebook and Twitter, if you have any doubts with the installation, contact me :)