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

Re-add stock AppSerializer. Experiment with `App::build()`. #109

Open beporter opened 9 years ago

beporter commented 9 years ago

The book makes it sound like you should be able to control the order in which paths are checked. We want Serializer/ checked first, and Plugin/Serializers/Serializer/ to be checked last. When this order is respected, we can add a stock AppSerializer back into the package and not force projects to create their own in order for the plugin to work.

beporter commented 9 years ago

Did we figure this out yet? I remember we completed a "second pass" on this already, but I can't recall if a third pass was still necessary.

justinyost commented 9 years ago

No, we haven't currently. AppSerializers is only documented, without a sample anywhere in the project.