alekseykulikov / backbone-offline

[Deprecated] Allows your Backbone.js app to work offline
MIT License
720 stars 56 forks source link

Update backbone_offline.coffee #50

Open ikido opened 11 years ago

ikido commented 11 years ago

Updated parameters passed to ajax callback functions to work with latest backbone.js and query

alekseykulikov commented 11 years ago

Thank you @ikido! I will review it a bit later.

AsaAyers commented 11 years ago

This will also fix #46 which has a link to where Backbone actually made this change.

Is Backbone-offline still being maintained? I ask because Backbone 0.9.10 which introduced this change was released almost 8 months ago. I was starting to build a project that does exactly this, now I'm trying to evaluate whether backbone-offline works for what I need, and if it does do I need to maintain a fork.

alekseykulikov commented 11 years ago

Hi guys, sorry for delay. I have plans for backbone-offline, it will a huge part of my product https://news.ycombinator.com/item?id=6302825 . Soon, I'm going completely rewrite the whole library. I've already had https://github.com/ask11/indexed and https://github.com/ask11/storage as solutions for storage, I've just need to add sync logic and implement support of SLEEP. The main problem is time, but soon or later we will there. @AsaAyers for now, I would suggest you to build your own solution, current backbone-offline is not ready for production.