I am upgrading from Rails 2 to Rails 3. What I did was did a clone of the original app and began the upgrade process.
Unfortunately, I needed to continue to use and make refinements to Rails 2, so there have been changes in the code.
I am not done with the Rails 3 upgrade from the original code: do I need to freeze my current Rails 2 and then start-over, or is there a way I can get my original up to Rails 3 and then take only the changes made in the original and push them into the new upgrade?