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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.