Idea new feature

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?

If you’re on the recent version of RVM, you should only have to create .ruby-version and ruby-gemset. Both RVM and Rbenv uses that file as a standard. You should try upgrade RVM, then you can remove .rvmrc.

-Prem