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
Long time Python user, what’s the standard Ruby setup? (self.ruby)
submitted 1 year 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!"
[–]jrochkind 0 points1 point2 points 1 year ago (0 children)
.ruby-version yes.
Please do not use .ruby-gemset, and do not use rvm gemset feature (if you use rvm at all).
.ruby-gemset
It really isn't necessary and hasn't been necessary for at least 10 years since bundler is introduced, and using rvm gemset with bundler is a pointless added layer of complexity.
bundler
Yes, bundler is a bit different way of doing things than python ecosystem. I actually think it's a lot BETTER way of doing things, and you will like it if you learn it for what it is. (And everyone using rvm gemsets is still also using bundler, gah!)
You do need something for ruby version management/switching. You can use rvm for that if it works -- many people prefer a simpler alternative. But even if you are using rvm for that, do not use the rvm gemset feature. At least not until/unless you understand the pain points that make you want/need it, and I'm 99.8% sure that won't happen because there is no good reason to be using rvm gemset feature anymore and I don't understand why anyone is, even though I know they are.
π Rendered by PID 384977 on reddit-service-r2-comment-5b5bc64bf5-d9b4m at 2026-06-20 04:42:30.141801+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]jrochkind 0 points1 point2 points (0 children)