Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for > Ember Data 1.0.beta.16 #127

Open
iamdtang opened this issue Jul 17, 2015 · 6 comments
Open

support for > Ember Data 1.0.beta.16 #127

iamdtang opened this issue Jul 17, 2015 · 6 comments

Comments

@iamdtang
Copy link

Does this still only support up until Ember Data 1.0.beta.16?

@kurko
Copy link
Collaborator

kurko commented Jul 20, 2015

Waiting for a PR 😄

@laureanoarcanio
Copy link

Hi Kurko, thanks for your contribution. Do you have any update on this? I building an app that heavily depends on local storage right now and got stuck into the problem of finding what version of ember will properly work with ember-data 1.0.beta.16 and your latest release. Thanks!

@iamdtang
Copy link
Author

iamdtang commented Aug 6, 2015

@laureanoarcanio I have found this https://github.com/funkensturm/ember-local-storage as an alternative for small things, but if you really need the data store, i'd recommend just using the REST adapter and doing server side persistence. I've found several bugs with this library in its current state and I don't know enough about building adapters to fix them lol.

@laureanoarcanio
Copy link

@skaterdav85 Thanks! I tried with different ember-data versions and the problems I was having are solved using this version: 1.0.0-beta.19. (I had problems with toString method on findQuery). That link is a plain localStorage module, I need it to be an adapter actually, as most of my application is already built. Thanks for the help!

@fsmanuel
Copy link
Contributor

@laureanoarcanio It now has an adapter in master. I'll release a new version very soon. Just wait for some feedback. If you would like to try it and give some feedback that would be much appreciated.

@laureanoarcanio
Copy link

Hi thanks @fsmanuel, I already have this working on my project and it's doing okay. What I ended up doing is try until I found an ember data version that worked (1.0.0-beta.19) as I needed to get the project going for my client.

BTW, I'm storing big amounts of data into local storage, and I found it very slow and blocking so I might move to IndexeDB really soon.

I will try your repo as soon as I can. Thanks for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants