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

Fixed: Custom bake template doesn't set model id for edit method #64

Closed t1mmen closed 9 years ago

t1mmen commented 9 years ago

In other news, this project is amazing! I haven't taken a deep time yet, but it took me less than 20 minutes to go from empty directory to a working API that mimics v1 of the ember-cli 101 book's API that worked as a drop-in replacement. Great stuff & thank you!

justinyost commented 9 years ago

Great to hear and thanks for the fix.