As was suggested to you by other posters, please read the upgrade guide carefully (here is the official one http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html)
it is recommended that you have very good test coverage before you begin.
I suggest you use a tool like simple-cov to make sure all your lines of code are tested before you begin, as well I'd recommend integration coverage for every major end-user "happy path" through your app.
When you are sure you have complete test coverage, change the version in the Gemfile and then run "bundle update rails"
On Jul 3, 2014, at 10:28 AM, M,Gopi M.gopinath <gopi170987@gmail.com> wrote:
Hi,Seems I need to say this first, The website which I have Know is 8 Years old website, Developed in Ruby 1.8.6 and Rails 2.3.6, and its as 220 tables in it and lot of controllers and views. Is there a way to update this to current version of rails and ruby.