I'm really lazy and have started using the exact same ".rvmrc" file for all my Ruby projects....
rvm use @$(basename `pwd`) --create
I'm not sure but I think I first seen this exact format while reading this code https://github.com/dkubb/veritas
Ruby, Rails, Ubuntu and what ever else.
I'm really lazy and have started using the exact same ".rvmrc" file for all my Ruby projects....
rvm use @$(basename `pwd`) --create
I'm really lazy and always use the exact same "config/database.yml" file with my Rails projects....