loadsys / CakePHP-Serializers

A solution to serialize CakePHP response to JSON and correspondingly deserialize JSON into CakePHP data arrays, designed primarily around building REST APIs with Ember and Ember Data.
MIT License
6 stars 1 forks source link

F/various improvements #86

Closed justinyost closed 9 years ago

justinyost commented 9 years ago

Various Improvements in the plugin and in tests Mostly extracts tests for Serializers into smaller classes for easier understanding and comprehension Method extraction in Serializers Some improved tests and other changes.