views:

63

answers:

3

Anyone can provide links to upgrade my rails application from rails 2.3.8 to 3 on my windows machine ...

A: 

Try Railscasts. Episodes #225, #226 and #227 are all focused on upgrading (although done in OS X, most tips should be the same).

Kevin Sylvestre
A: 

Well there is a problem. Ryan Bates uses the rails_upgrade plugin in his railscasts. Windows do not support fork and therefor not the rails_upgrade plugin. Does anyone have a solution for this problem?

@user440032 I have modified rails_upgrade plugin to solve out that problem.. you will get idea from here http://stackoverflow.com/questions/3636237/rake-task-railsupgradecheck-is-not-working-on-windows-rails-3-upgrade-problem
krunal shah