I have my Rails app in version 3.0.9 and Ruby in version 1.8.7. My app works fine, but with one important negative: is really slow.
I have been looking for possible solution for this problem and as the best solution seems to be upgrade of my currently Ruby version to the newest - 1.9.2.
I never do it yet, so I would like to ask you - if I will upgrade Ruby to the version 1.9.2, will be work my current app based on ruby 1.8.7 without a problems? And what's the best a way to upgrade on Mac OSX? (I have read RVM - is the best?)
And finally my last question - I tried to deploy my app to server, but there I have the same problem - on the server (Site5) is Ruby in 1.8.7 - and they told me they'ra support only Ruby in v.1.8.7.
How to solve this situation?
Thanks in advance