Ruby 버전 관리 도구 비교와 Rails 8의 환경 구성 변화
Ruby 버전 관리자는 여러 버전의 공존과 프로젝트별 자동 전환을 지원하여 운영 체제 패키지 매니저의 한계를 해결한다.
Ruby 버전 관리 도구 비교와 Rails 8의 환경 구성 변화
Ruby 버전 관리자는 여러 버전의 공존과 프로젝트별 자동 전환을 지원하여 운영 체제 패키지 매니저의 한계를 해결한다.
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.