Backbone.dualStorage
                                
                                
                                
                                    Backbone.dualStorage copied to clipboard
                            
                            
                            
                        A dual (localStorage and REST) sync adapter for Backbone.js
I'm finding this project really useful, thank you very much for it! I'm building a mobile app for places with low connectivity. One issue I find is that it's better...
Previously, there was a hack with a global URLs object to support connecting to something other than the origin. We need something else to do the same, since it's a...
Right now, a manual sync is required after connectivity is resumed. Dualstorage should keep track of unsynced models and help with syncing them later.
Compiling
We should split the coffeescript components into different semantic files. Then the Makefile should: - Combine the coffeescript source files into a single javascript source file - Build a minified/uglified...
Upgrading to most recent version of Backbone seems to break dualStorage in several places. Insofar as they're related, there are several seemingly similar issues discussed by the folks working on...
I have a scenario where I have a Collection of Jobs and when navigating into a job, I request a collection of services. The URL of the services collection is...
I tried to debug it for two days already and very tired. I even don't know where should I ask/make ticket for that. So, I do in both places. [Another...