I'd like to use rails 3 to develop mobile apps that will be able to work offline and sync back as soon as the network is available.
I found lawnchair which seems promising for storing/syncing because it is pure json.
Is there a way or design pattern with which I can activate Lawnchair if rails 3 app is offline and then sync lawnchair data back with rails 3 app once it is online again?
Can rack-offline be used to trigger this behaviour?
This is what I'm doing right now:
My training stuff for all this are as follows:
Let me know different options/paths