tags:

views:

74

answers:

1

Hello, I have ruby v 1.8 installed at C:\Ruby and its gems underneath. I am planning to upgrade to v 1.9 , and it's installer try to default the app to c:\Ruby 1.9

How shall i proceed in order not to break my old gems .. including Rails , etc?

Thanks

+2  A: 

Using the RubyInstaller, can I install Ruby 1.8 and 1.9 at the same time?

A: Yes. By using the RubyInstaller, Ruby 1.8 will be installed by default to C:\Ruby, while 1.9 will be installed to C:\Ruby19. This is by design as Ruby 1.8 and 1.9 offer a different API that may interfere with some RubyGems.

Source: http://wiki.github.com/oneclick/rubyinstaller/faq#dual_install

So go ahead and use the default of installing to C:\Ruby19.

rubiii