▲ | Rv, a new kind of Ruby management tool(andre.arko.net) | ||||||||||||||||||||||
66 points by steveklabnik 14 hours ago | 7 comments | |||||||||||||||||||||||
▲ | bradly an hour ago | parent | next [-] | ||||||||||||||||||||||
This looks like a really nice improvement to the Ruby ecosystem. Great job and thank you to those involved. I've definitely felt the awkwardness of gems being so compartmentalized by project that using system level dev tools that I like to have available for all my projects feel out of place within my project's Bundler-centric world. | |||||||||||||||||||||||
▲ | jemmyw an hour ago | parent | prev | next [-] | ||||||||||||||||||||||
It looks cool but I feel this kind of tool is only useful if Ruby is the only language you use. I have to manage several runtimes for most projects. I've used asdf for years and recently switched to mise: these tools already download pre compiled binaries for Ruby, plus pretty much any other language runtime. It's likely that you get better per language features for something specific to the language though. We end up in exactly the same kind of frustration, that for some random project you need this specific tool that does dependency management of the specific runtime. asdf and mise both respect a .tool-versions file, I'd rather see things go more in that direction with some kind of standard. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | jweir an hour ago | parent | prev | next [-] | ||||||||||||||||||||||
fast installs will be great. compiling ruby is the only slow part left in our provisioning process. | |||||||||||||||||||||||
▲ | msie 6 hours ago | parent | prev [-] | ||||||||||||||||||||||
This is cool! A frequent problem I've had with bundler is when the Gemfile lists a newer version of a gem (stringio) but the older version has already been activated. If you can get rid of such errors I would be so happy! Also I've had to frequently update bundler too often when updating a Rails site. |