locks / ember-localstorage-adapter

Name says it all.
MIT License
465 stars 156 forks source link

[WIP] Addonify #141

Closed DanielOchoa closed 8 years ago

DanielOchoa commented 8 years ago

This PR converts ember-localstorage-adapter into a proper ember-cli addon. Here's my process:

Note: I may move over the actual adapter code first before the tests, given that this is sort of murky to do TDD on.

DanielOchoa commented 8 years ago

tests should pass initially since I haven't ported the old tests yet.

DanielOchoa commented 8 years ago

TypeError: serializer.normalizeResponse is not a function.