panayi / ember-data-indexeddb-adapter

IndexedDB adapter for Ember Data
MIT License
11 stars 0 forks source link

What is the status of this repo? #1

Open mikegrassotti opened 11 years ago

mikegrassotti commented 11 years ago

http://stackoverflow.com/questions/16057520/ember-js-indexeddb-adapter

panayi commented 11 years ago

Currently it works with revision 7. Ember-Data is changing fast and there's been 4 revisions since the last commit of this repo.

I'm planning to update the repo soon, and add tests. In the meantime, find the required files here:

Ember-Data revision 7: https://gist.github.com/panayi/5425253 indexedDB adapter: https://gist.github.com/panayi/5425262

l33z3r commented 11 years ago

Any update on this? :)

panayi commented 11 years ago

Looks that the ember-data's Adapter API is changing significantly so its pointless to update now. See here: http://emberjs.com/blog/2013/03/22/stabilizing-ember-data.html