Is there a way to use 1.9.2 for my existing Rails app that's using 1.9.3? For some reason I am having a lot of trouble with gems with 1.9.3 (linecache and rb-fsevent). Thanks in advance! asked 26 May '12, 02:56 Ygam Retuta |
You would have to build Ruby 1.9.2 in your user space - if you have trouble setting it up, please open a ticket. answered 26 May '12, 07:34 todork rvm is installed by default, can I just use that? any docs on how to make an existing app use a specific ruby version installed via RVM?
(26 May '12, 16:36)
Ygam Retuta
You can use this community post to build a new stack with the versions you need.
(26 May '12, 20:05)
johns
|