On 11 October 2010 06:28, Premanshu Mishra <[email protected]> wrote: > > Hi Railsers, > > I want to transport my codes written using ruby 1.8.7 on rails 2.3.5 to > ruby 1.9.2 on rails 3.0.0 > > Any help would do wonders...
I would recommend first experimenting with Rails 3. Have a look at the Rails Guides and build some test apps. Also check you can deploy to your production server. Then the railscasts starting with http://railscasts.com/episodes/225-upgrading-to-rails-3-part-1 may be helpful. Also obviously make sure you have a good set of automated tests before you start and commit regularly to your version control system (git or whatever) as you go. Good luck Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

