How do you rollback from Ruby 1.9 to Ruby 1.8 ?
A:
There is no general method for rolling back to an earlier version. The ruby version manager however makes managing multiple ruby versions very easy. I use it on os x but I'm sure it works just as well for windows.
ennuikiller
2009-12-29 01:50:58
Actually, RVM does not run on windows.
carolclarinet
2010-05-27 18:17:15
A:
There is no "specific method to roll back". You'll want to run the uninstaller (if you used some kind of installation program) and reinstall Ruby 1.8.
You might want to save a list of RubyGems that you have installed, by typing gem list
in a command prompt.
Veeti
2009-12-29 01:52:18