views:

132

answers:

2

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
Actually, RVM does not run on windows.
carolclarinet
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