Hi, to upgrade an application from Ruby 1.9/Rails 3.2 to Ruby 2.0/Rails 4.0 should I create a new Ruby 2.0/Rails 4.0 application and deploy to that, then switch the website from the old application to the new one? Or is there some other way that is recommended? Thanks! asked 11 Aug '13, 19:18 ddrake |
Create a new application and move your code to it, make any changes required based on your code. There is no best practice, or any step-by-step guides. We are happy to assist you if you get stuck with a support ticket. answered 11 Aug '13, 22:55 johns Thanks! That approach worked just fine.
(13 Aug '13, 10:16)
ddrake
|