Is there a compiler or special software I can install to practice and run Ruby on my Windows PC? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a compiler or special software I can install to practice and run Ruby on my Windows PC?

Please excuse my ignorance. I'm completely new to programming and read on some websites that Ruby was easier to read and learn for beginners. I prefer to use the app to learn and practice on my computer at the same time.

31st Oct 2016, 7:23 AM
Harry Kainaro
Harry Kainaro - avatar
8 Answers
+ 4
Generally, you'd want to run .rb files directly through Window's command prompt. Set the directory using "cd <path>", then run your Ruby program with "ruby <filename>.rb". You will need to download Ruby before you are able to do this, there are straight-up executables on the web that will do it all for you, and associate .rb files with Ruby. If you don't want to go through all the hassle, but rather just run quick small programs, honestly just use Sololearn's code playground.
31st Oct 2016, 11:51 AM
Cohen Creber
Cohen Creber - avatar
+ 3
Jetbrains RubyMine
1st Nov 2016, 3:01 PM
Vladimir Honcharenko
Vladimir Honcharenko - avatar
+ 2
use rubinius
31st Oct 2016, 7:49 AM
imaqtpie
imaqtpie - avatar
+ 2
not even need install visit https://www.nitrous.io and code as much as you want by creating ruby on rails app
1st Nov 2016, 7:22 AM
sagar pednekar
sagar pednekar - avatar
+ 1
railsinstaller is a good one,from http://railsinstaller.org/en . it includes the following Packages in one install Ruby Rails Bundler Git Sqlite TinyTDS SQL Server Support DevKit
1st Nov 2016, 11:42 AM
Dotun Aremu
Dotun Aremu - avatar
+ 1
To install Ruby on a windows machine go to rubyinstaller.org and install the latest version from there. Then use irb to practice your Ruby. It's well worth learning irb as it helps with debugging programs in the future.
2nd Nov 2016, 1:25 PM
Ben
0
The Eclipse IDE along with the latest Dynamic Language ToolKit will allow you to program and tasty on Windows.
2nd Nov 2016, 9:18 PM
Jason Bintz
Jason Bintz - avatar
0
Is Rubi use to make computer games?
8th Nov 2016, 9:24 PM
AHSAN AHMED
AHSAN AHMED - avatar