If I'm using Instant Rails, how do I upgrade my Ruby version from 1.8.6 to 1.9.* which they say runs faster in Windows? What's the necessary Instant Rails console command? Thanks.
+2
A:
Here's an alternative to consider.
You could just install ruby 1.9.2 (1.9.1 segfaults with Rails3 and isn't recommended ... make sure to install it to a different folder like c:\ruby192 or something) then use pik http://github.com/vertiginous/pik to switch the ruby version you're running.
I bet that would work just fine. Keep in mind that you'd have to install all your gems again though.
concept47
2010-09-02 06:31:51
Okay, let me check it out. Thanks sir.
arscariosus
2010-09-02 06:43:23
I have written a small article about it here: http://www.dixis.com/?p=117 Hope it helps :)
nathanvda
2010-09-02 07:59:06