Ruby On Rails html5 存储离线 CRUD 应用程序(带或不带 ActiveScaffold)
我目前正在使用 Ruby On Rails 和 ActiveScaffold 构建一个 Web 应用程序。 我想知道是否有任何插件/库可以使我的 Rails 应用程序离线工作,例如,用户可以在用户断开连接时浏览一些数据并进行更改,在用户再次上线后数据将被简单地同步。
I am currently building a web application using Ruby On Rails with ActiveScaffold.
And I would like to know whether there is any plugin/library which would make possible to enable my Rails application to work offline e.g. the user can browse some of the data and make changes while the user is disconnected, after the user gets online again the data would be simply synced.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里查看 Ryan Bate 的优秀 Railscast:
离线应用程序第 1 部分 涵盖机架-离线
离线应用程序第 2 部分涵盖了 jquery-tmpl 和 jquery-offline。
或者,在 Asciicasts
http://asciicasts.com/episodes/247-offline 上阅读它们-apps-part-1
http://asciicasts.com/episodes /248-offline-apps-part-2
Check out Ryan Bate's excellent Railscasts here:
Offline Apps Part 1 covers rack-offline
Offline Apps Part 2 covers jquery-tmpl and jquery-offline.
Or, read them on Asciicasts
http://asciicasts.com/episodes/247-offline-apps-part-1
http://asciicasts.com/episodes/248-offline-apps-part-2