11.1.5 Possible Migration Approach
Here's a suggestion on how to take a 1.1 app and make it 1.2 ready:
- Rename the root directory to something else (e.g. cakeRoot -> cakeRoot~)
- Extract 1.2 to where you want your app to be (e.g. into the cakeRoot folder)
- Copy all the models, views, and controllers from cakeRoot~ to cakeRoot
- Manually apply changes to the config folder.
- Browse around with debug enabled - read and address any deprectated/debug messages you see.
You may be surprised to see how simple it is.


























