Hi!
I developed a lot of projects with Rails, and faced a lot of developers. One part use RVM other part use Rbenv.
Few months ago I started to setting up rails for both types of developers.
That does it mean?
I create files:
.ruby-versions
.ruby-gemset
.rvmrc
Ruby versions prefer specify in Gemfile and put in .ruby-version file
Gemset name usually the same as the name of project.
It’s become tedious.
I think to create rake task for fast creating ruby envs files like rake db:**** routes
It would be nice?