How can I switch from RVM to RBENV?
I have followed the deployment capistrano guide in the past on GoRails. At the time I setup using RVM... what are the steps to switching from RVM to RBENV? I think I would need to changeover on my development machine and my production machine and then switch over the gems in my Gemfile.
I'm not sure how to (1) Change over from one to the other, (2) if there are any additional steps I'm not thinking of...