figure out how to use ruby through WSL if you're on windows, the windows version is terrible to work with Answer from MrMeatballGuy on reddit.com
RubyInstaller
rubyinstaller.org
RubyInstaller for Windows
This is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more.
Downloads
The easy way to install Ruby on Windows This is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important...
Download Archives
The easy way to install Ruby on Windows This is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important...
Videos
02:29
How to Install Ruby 3.2.2 on Windows 11 - YouTube
07:10
How to Install Ruby 3.3.4 on Windows 10/11 - YouTube
- YouTube
04:29
How to Install Ruby on Windows 11 (2026) - YouTube
02:09
Install Ruby on Windows 11 Quickly – Beginner Tutorial - YouTube
13:48
Beginner's Guide to Installing Ruby on Rails - by Typecraft - YouTube
Ruby
ruby-lang.org › en › documentation › installation
Installing Ruby | Ruby
With package managers or third-party tools, you have plenty of optionsto install and manage Ruby.{: .summary}You may already have Ruby installed on your comp...
GitHub
github.com › postmodern › ruby-install
GitHub - postmodern/ruby-install: Installs Ruby, JRuby, TruffleRuby, or mruby · GitHub
Starred by 2K users
Forked by 258 users
Languages Shell 93.4% | Roff 4.4% | Makefile 1.4% | Ruby 0.8%
Google Groups
groups.google.com › g › rubyinstaller › c › UMr9lqc5nLQ
Windows Install for COMPLETE beginner
The recommended way to install ruby is by the EXE installer file, especially the Ruby+Devkit version. You're right, that there should be a README in the 7ZIP file, which highlights this and contains instructions about the manual setup of the ruby environment with a 7ZIP file.
GitHub
github.com › oneclick › rubyinstaller2
GitHub - oneclick/rubyinstaller2: MSYS2 based RubyInstaller for Windows · GitHub
In contrast to the old RubyInstaller it does not provide its own DevKit, but makes use of the rich set of MINGW libraries from the MSYS2 project. It therefore integrates well into MSYS2 after installation on the target system to provide a build-and-runtime environment for installation of gems ...
Starred by 707 users
Forked by 279 users
Languages Ruby 90.8% | Inno Setup 5.4% | HTML 2.1% | Batchfile 0.5% | Dockerfile 0.5% | PowerShell 0.4% | C 0.3%
Ruby on Rails
guides.rubyonrails.org › install_ruby_on_rails.html
Install Ruby on Rails Guide — Ruby on Rails Guides
This guide will walk you through installing the Ruby programming language and the Rails framework on your operating system.While your OS might come with Ruby pre-installed, it's often outdated and can't be upgraded. Using a version manager like Mise allows you to install the latest Ruby version, use a different Ruby version for each app, and easily upgrade to new versions when they're released.Alternatively, you can use Dev Containers to run Rails without installing Ruby or Rails directly on your machine.
GitHub
collectionbuilder.github.io › cb-docs › docs › software › ruby_windows
Windows - Ruby Install | CollectionBuilder Documentation
First, download the suggested stable version “WITH DEVKIT” (as of this writing, Ruby+Devkit 3.2.4 (x64)) Double click the installer package you downloaded to start the install wizard. At this point, Windows may give you a “Microsoft Defender SmartScreen” warning pop up–click the “more ...
Reddit
reddit.com › r/ruby › is this the site to download devkit https://rubyinstaller.org/downloads/?
r/ruby on Reddit: Is this the site to download Devkit https://rubyinstaller.org/downloads/?
June 28, 2024 -
Downloaded the latest ruby installer for windows from this website.
First Microsoft Edge gave warning that file may not be safe.
So uploaded to VirusTotal and it detects some malware:
Where to download the package from?
GitHub
github.com › oneclick › rubyinstaller
GitHub - oneclick/rubyinstaller: RubyInstaller for Windows - Build recipes · GitHub
The DevKit (available as a Windows Installer and normal 7-Zip and self-extracting archives) provides an easy-to-install compiler and build system, and convenient setup helper scripts.
Starred by 1.2K users
Forked by 296 users
Languages Ruby 76.6% | Inno Setup 16.5% | HTML 5.7%
Google Groups
groups.google.com › g › rubyinstaller
RubyInstaller - Google Groups
Welcome to RubyInstaller group! To provide better assistance when solving a problem, please include the following information when submitting your questions or report: ... Indicate that you have installed DevKit (according to the instructions) and which version (exact filename).
DEV Community
dev.to › luigi_ichi › how-to-install-ruby-on-windows-macos-and-linux-35o3
How to Install Ruby on Windows, macOS, and Linux - DEV Community
September 1, 2025 - After finishing with the setup window, a terminal window will pop up that's the DevKit part! Specfically, MSYS2 concerns with necessary dependencies for building Ruby as well as Ruby gems with C-extensions. Press ENTER to continue. This will pop up again after installation so hit ENTER afterwards
Top answer 1 of 5
4
Hi,
In SketchUp 2021.1 the Ruby version was upgraded to 2.7.2
Since then I don’t see any more upgrades for Ruby so SketchUp 2022 might still be using version 2.7.2.
Here is the URL where I found the info: File: Release Notes — SketchUp Ruby API Documentation
Also, SketchUp already has a version…
2 of 5
3
Short answer:
Open the Ruby console in SketchUp.
Execute the following: puts RUBY_VERSION
and Ruby will tell you it’s version. My 2022 Pro version says 2.7.2.
Longer answer:
Ruby has (among others) the three global variables RUBY_VERSION, RUBY_RELEASE_DATE, and RUBY_PLATFORM. When I check the v…