Changes between Initial Version and Version 1 of UpgradingModelGlue/UpgradingFromModelGlue2

Show
Ignore:
Timestamp:
08/05/09 16:44:16 (17 years ago)
Author:
anonymous (IP: 76.182.36.62)
Comment:

added notes about upgrading to MG3 and CF9

Legend:

Unmodified
Added
Removed
Modified
  • UpgradingModelGlue/UpgradingFromModelGlue2

    v1 v1  
     1Upgrading from Model-Glue 2 to Model-Glue 3 has been designed to be as painless as possible. Great pains went into ensuring backwards compatibility as much as humanly possible. 
     2 
     3The process to upgrade from Model-Glue 2 to Model-Glue 3 should be as easy as replacing your existing ModelGlue directory with a fresh MG3 copy. Sounds easy, doesn't it? 
     4 
     5Well, we wish it were. There are a few issues that might trip you up. We'll explain what they are and how to get around them: 
     6 
     71 ColdFusion 9 introduced the '''trace()''' method. This conflicts with the MG trace method on EventContext.cfc. You will need to update your codebase and change all instances of '''trace()''' to '''addTraceStatement()'''