Reputation: 81
I have recently created a Web Application with Ruby on Rails using a postgresql database, which operates similar to a blog, allowing logged in users to create specific article posts. However, the next step is to Create some form of offline storage, so that a user could create numerous articles while offline, and when they gain internet access, it sync the data up. Not too sure how to go about doing this. My client has stated "Offline storage to store all content if user offline" Any assistance would be greatly appreciated.
Upvotes: 0
Views: 359
Reputation: 376
You can see the RailsCasts episode 247 and 248 about Offline Apps.
Upvotes: 1