mydomain
No ADS
No ADS

Install Ruby on Windows

  1. Download Ruby
  2. Installing Ruby
  3. Check after installation
  4. Install Ruby Plugin into Eclipse
  5. Quick Learning Ruby for beginners

1. Download Ruby

No ADS
To download Ruby, you access to address:
Select the latest version, now the latest version is 2.2.4,note that you need to check your operating system before downloading, here I downloaded version for 64-bit operating system.
Download results:

2. Installing Ruby

No ADS
Select:
  • Add Ruby executables to your PATH
This makes it possible to run Ruby from anywhere open CMD.
The installation of Ruby has completed.

3. Check after installation

No ADS
Open CMD and enter:
ruby -v
OK, Ruby has been successfully installed.

4. Install Ruby Plugin into Eclipse

No ADS
To Ruby programming, you need to have an IDE. Eclipse is an IDE, it is a tool for Java programming, but it can also be used for Ruby programming, if you install a Ruby plugin, you can see the guide "Install Ruby plugin into Eclipse" at:

5. Quick Learning Ruby for beginners

No ADS
See more:
  • Ruby Tutorial for Beginners
No ADS
No ADS