Ruby On Rails html5 存储离线 CRUD 应用程序(带或不带 ActiveScaffold)

发布于 2024-10-17 13:58:04 字数 140 浏览 1 评论 0原文

我目前正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丶情人眼里出诗心の 2024-10-24 13:58:04

在这里查看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文