I have my app built on Rails 3.0.9 and Ruby 1.8.7. My app works fine, but with one important negative: it's really slow.
I have been looking for possible solution for this problem and the best solution seems to be upgrade of my current Ruby version to the latest one - 1.9.2.
I have never done that, so I would like to ask you - if I upgrade Ruby to the version 1.9.2, will my current app based on ruby 1.8.7 work without any problems? And what's the best way to upgrade on macOS? (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), the Ruby version is 1.8.7 - and I've been told that they support only Ruby 1.8.7.
How can I solve this situation?
Thanks in advance.