Adam Fenwick
Adam Fenwick

Reputation: 81

Offline SQL Storage/Sync - Ruby on Rails

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

Answers (1)

Tauhidul Islam
Tauhidul Islam

Reputation: 376

You can see the RailsCasts episode 247 and 248 about Offline Apps.

Upvotes: 1

Related Questions