Ruby on Rails Thursday, January 31, 2019

I have a Rails app, made 10 years back in 2009 with following version:
rails version = 2.0.2 
ruby version = 1.8.7
Database = PostgreSQL

Now what steps I should adopt in order to upgrade it to latest version of ruby and rails i.e.,
rails version = 5.2
ruby version = 2.6
Database = PostgreSQL

As per up-gradation rule here(https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html), I need to start up-gradation one by one version gradually like,
2.x to 3.x
3.x to 4.x 
4.x to 5.x

My question here is, 
Is there any other way to directly update it from 2.x to 5.x?

Note: I can develop it by scratch but my client not agree on that, they just asking for update in existing app not build from scratch in latest version of Ruby on Rails.

Kindly provide your thoughts.

Thanks 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fa59e599-44bc-4d30-91c6-a048edb9e2ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment