-
Notifications
You must be signed in to change notification settings - Fork 156
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
Comments
Waiting for a PR 😄 |
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! |
@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. |
@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! |
@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. |
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 |
Does this still only support up until Ember Data 1.0.beta.16?
The text was updated successfully, but these errors were encountered: