Hacker News new | ask | show | jobs
by bendangelo 544 days ago
Use rvm to install ruby. Ruby dev sucks on Windows, mac only.
4 comments

I think this is a major reason Ruby had trouble taking off compared to Python. Most desktops were Windows, especially for businesses.
typical hn comments,ignoring elephant in the room.
It actually works quite well, if you use WSL.

Ruby itself works okay on bare-metal Windows, but virtually guaranteed any decent size Rails project will use some native gem that's a nightmare to get to build on Windows.

Ruby and rvm sucks also on linux (at least on SteamDeck).
What sucks about it?
Most gems with native extensions won't work. Gems that listen to filesystem changes like guard can be buggy. I recommend using Mac or Linux for Ruby on Rails development.
The listen gem works on windows: https://github.com/guard/listen?tab=readme-ov-file#listen-ad... . Not sure whether guard builds on top of it.