home.social

#rvm — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rvm, aggregated by home.social.

  1. Heute Morgen auf dem Weg nach #muenster mit #Bus, #bahn und #dticket.
    Und wie schon seit Jahren im Regionalverkehr-Bus der #RVM üblich, mit kostenlosem WLan für Fahrgäste.
    Das wäre auch in den Bussen der @vos möglich.
    @osnabrueck #opnv #öpnv #verkehrswende

  2. 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 (github.com/spinel-coop/rv) in the near future. I recommend you install it and try it out.

    #Ruby #RV #RVM #Rbenv #VersionManager

  3. #rvm is an expert to hidde itself. Days ago I uninstall rvm in favour of #rbenv For some reason. Today I checked the $PATH env variable on my #ArchLinux and I noticed that .rvm/bin was there So I started to looking it for all home. whith the command `grep -RIn ".rvm/bin" ~` I founded it 3 places haha
    #ruby #rubyonrails

  4. @jamiemccarthy @mistersql I don't have raw numbers because #chruby and #rbenv are not gems; they're shell hooks. However, @postmodern actively maintains chruby, and it doesn't need to be updated and rehashed for every upstream update or beta. It also has great support for the Fish shell.

    All of them have good use cases & some edge cases. For example, #RVM is "batteries included." I didn't care about how it hooks `cd` until I started using other apps that did, too.

    There's no wrong choice!

  5. 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.