Ruby Version Manager allows us to use an .rvmrc file in each project to set up which ruby version and gem set to load. Should this file be checked in to source control? Or does this presume too much about other developers' working environment?
| |||
|
feedback
|
|
Source Control Management is mainly about reproducibility: are you able to reproduce a version of a development effort based on what you have stored in your SCM? If that As mentioned in RVM Best Practices:
| |||||||||||||
feedback
|
|
I would actually advise against keeping
Generally it enforces too much on each developer (same story as | |||
|
feedback
|