#rbenv — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rbenv, aggregated by home.social.
-
When I started learning 2013 and working on Ruby 2018, I used RVM on my workstation. On commercial projects, rbenv was very popular when setting up deployment (with Capistrano); to some extent, it was the unspoken standard on the server.
I'm completely satisfied with RVM, but I'd like to have a more modern tool for working with Ruby versions. I think it will be an RV (https://github.com/spinel-coop/rv) in the near future. I recommend you install it and try it out. -
!Funny. Today I figured out that #rubyLsp and #Mason from #neovim are not friends when I'm using #rbenv Basically Mason try to install ruby-lsp and rubocop from the ruby version of my system but this crash with any version that I installed with rbenv.
The workaround is uninstall ruby-lsp from mason and install all using gem. -
in search of a Ruby version manager
I’ve tried just about every one except #chuby. I used #RVM, then #rbenv, then switched to #asdf and used that for 2+ years, but I could never remember the commands I needed.Recently switched to #frum, but that doesn’t seem to be well maintained and I’ve yet to be able to get a proper shebang working for CLI scripts that specifies the desired ruby version.
I'd appreciate recommendations or links to good articles as well as boosts to the Ruby community.