Aug 10, 2011 rvm · ruby · development · team

Have you fought the rvm(rc) battle?

Are you fighting with the rest of your team on custom .rvmrc settings?

Recently I had a discussion about the use of gemsets. “questionable personal taste” I said, “vital company standard” said others…

A local .rvmrc to the rescue

Put this in the common .rvmrc, put your personal prefs (like gemsets) in your (.gitignore'd) .rvmrc.local and make peace!

# Load a local .rvmrc
test -f .rvmrc.local && source .rvmrc.local