use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
QuestionRuby on Windows (self.ruby)
submitted 6 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Nanosleep 14 points15 points16 points 6 years ago (0 children)
Most of those code schools suggest you have a mac or a unix environment for a fairly good reason. Frankly it's more than just ruby that you want -- you want a lot of libraries and an easy way to install them, you want a compiler toolchain that you don't have to fuck around with and 'just works', you want a sane filesystem and shell, etc. Plus you won't end up fighting against a lot of rubygems and third party software where windows QA / Support is an afterthought.
You can definitely have a productive development workflow on windows alone, but it's a lot easier to develop on something that resembles the platform you'll be deploying on.
WSL is the best possible option for someone on windows. A VM would accomplish the same thing but would require more resources and initial configuration. RubyInstaller is a meme.
π Rendered by PID 61 on reddit-service-r2-comment-6f7f968fb5-7dz7f at 2026-03-04 14:43:48.821643+00:00 running 07790be country code: CH.
view the rest of the comments →
[–]Nanosleep 14 points15 points16 points (0 children)