ember-data-sync
ember-data-sync copied to clipboard
Upgrade to recent ember/ember-data
Are there any plans to upgrade it to ember.js rc3 and rev 12 of ember-data? I tried it myself but haven't figured it out yet.
I'm also interested in the progress of this library. Are there any plans for continued work? Are there any significant problems you ran into that prevent further progress?
Thanks.
+1 Thanks
I'm planning to resume developing of the project soon. Ember-data has changed considerably, which makes it a necessity to almost completely re-implement it.
In the next 1-2 weeks I will post a high-level plan, and what needs to be done to get this going.
Good to hear. I for one would be very excited to get this working for my App. Would love to contribute if I can find the time.
Good stuff. I will contribute also (if my JS foo is strong enough).
Would love for this to work with the latest ember as well, right now I am using Django rest framework and the ember data Django adapter. All I am missing in the chain is a proper synching mechanism. I will contribute if I am able.
Willing to contribute also.
Guys, I'm writing a plugin for a javascript library (not a framework like ember) that adds restful synchronization to a local storage. If you want to take a look while panayi dosen't rewrite this one: https://github.com/robertokl/persistencejs Working server+client side in RoR: https://github.com/robertokl/persistencejs-restfulSync-example Keep in mind that it still beeing developed, so there is no documentation until now.
Resuming work at jj-abrams branch. It will be a total reboot, based on the changes of EMBER DATA 1.0 BETA 1, commit https://github.com/emberjs/data/commit/75f31748a18bf82d0938982be321d6d72cd0a70c
Good news! I'm wondering if ember-data-sync functionality is overlapping with EPF (http://epf.io/) - may be a good idea to look at it for inspiration?
Magnus
@maggedotno thanks for that. I'm aware of EPF but never looked into their implementation. Probably best to do that