Best OS to test Ruby programs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Best OS to test Ruby programs

I have downloaded the .zip files so that I could install and run the Ruby client on my Windows pc (32bit system) but as soon as I had extracted the .zip folder it showed a long list of extracted files without any .exe application I could use to write my programs on. Their site does not contain any guidelines as to what to do in order to get everything working. I got Ruby ver2.3.1 which is said to be the latest and works perfectly. But I really don't know how to get around with it.

6th Dec 2016, 1:13 PM
Ndumiso Mayeza
Ndumiso Mayeza - avatar
4 Answers
+ 3
any Linux with ruby installed will work.. use ... #~ ruby <filename>.rb to execute it
6th Dec 2016, 4:50 PM
SAKET upadhyay
SAKET upadhyay - avatar
+ 2
unfortunately I'm using Windows and couldn't find a way to get any executable file to run Ruby on my system... I need to know which version of Ruby is reliable for running in Windows environment
10th Dec 2016, 11:42 AM
Ndumiso Mayeza
Ndumiso Mayeza - avatar
+ 2
I use Ruby on windows (and a plugin for Eclipse as Editor). i have installed it by Rubyinstaller (just type it on google). When installing Ruby using the installer, you Must given the option "Add Ruby executable to your PATH" or you have to add it manually.
3rd Jan 2017, 1:54 AM
Davide Amato
+ 2
download latest ruby version at: https://www.ruby-lang.org/en/downloads/ and download rubymine editor
17th Feb 2017, 10:44 AM
Yongz
Yongz - avatar