genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

findAll deserialize twice #15

Closed sbounmy closed 9 years ago

sbounmy commented 9 years ago

This PR aim to fix an issue with deserialize called multiple times when finding many records regarding this issue https://github.com/genkgo/ember-localforage-adapter/issues/14

I am able to reproduce the issue in the testing suite.

frederikbosch commented 9 years ago

Looks good. As soon travis thinks it is alright, it will be merged. Seems there is a temporary problem with bower.

frederikbosch commented 9 years ago

@sbounmy thanks for your contribution!

sbounmy commented 9 years ago

Thank you for merging! would be great to release a 0.6.7 so I can fix this out :) ! thanks

frederikbosch commented 9 years ago

Will do as soon as I am behind a computer. I merged from my phone.

frederikbosch commented 9 years ago

@sbounmy Done!

sbounmy commented 9 years ago

thanks! I'm using ember addon seems like its not available due to some caching version not found: ember-localforage-adapter@0.6.7 Will wait a bit ;)