Topic: help with rvm post-install problems
I really would like some basic idea of what I'm doing with rvm and not have to hack it when I apparently mess things up.
For instance -- this is my current issue. I added the restful-authentication gem for a rails > 3.0. And it installed rails 2.3.14. My default was 3.2.8. This is ruby 1.9.2. I uninstalled the 2.3.14 rails, but it still says that is my default. And I have no idea why this is doing that.
rvm is also only listing one version of ruby and i believe I had installed multiple versions; but I have uninstalled it, and reinstalled it many times when I was getting it to work with Passenger, and I really don't want to go through that again.
Should I just uninstall rails reinstall it, and this will give me the current version?
And I guess -- moreso -- what exactly is happening; what am I doing wrong thats causing this so I can avoid doing this in the future.
Thanks, for my newbie questions.