Ruby on Rails 是否有与 Passenger 兼容的 Tap 实现?

发布于 2024-08-23 20:09:33 字数 477 浏览 4 评论 0原文

有谁知道有一个 gem 提供类似 taps 的功能,并且与 乘客 (mod_rails)?

当我尝试在 Ruby EE/Passenger 设置上使用 Taps 时,收到错误:

`detect_rack_handler': Server handler (thin,mongrel,webrick) not found. (RuntimeError)

虽然自述文件中没有具体说明,但我假设这意味着 Taps 仅与 Thin/Mongrel/Webrick 兼容。

本质上,我正在寻找一种方法来轻松地将我的 PostgreSQL 数据库从开发推向生产。

Does anybody know of a gem that provides taps-like functionality, that is compatible with Passenger (mod_rails)?

When I try to use taps on a Ruby EE/Passenger setup, I receive the error:

`detect_rack_handler': Server handler (thin,mongrel,webrick) not found. (RuntimeError)

Although it's not specifically stated in the readme, I am assuming this means that taps is only compatible with Thin/Mongrel/Webrick.

Essentially, I'm looking for a way to easily push my PostgreSQL database to development to production.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

你的背包 2024-08-30 20:09:34

你可以Postgres over SSH,这是非常安全的,你可以使用任何备份/恢复工具目前已在您的开发机器上。

You could tunnel Postgres over SSH, that's very secure and you could use whatever backup / restore tools you currently have on your development machine.

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