带 warbler 的供应/子模块 gem

发布于 2025-01-07 03:15:17 字数 526 浏览 2 评论 0原文

这怎么能做到呢?这是我的最大努力:

用路径指定宝石。这会导致警告:

warning: Bundler `path' components are not currently supported.
The `acts_as_api-0.3.11' component was not bundled.
Your application may fail to boot!

应用程序几乎启动,给出此错误:

fatal: Not a git repository (or any of the parent directories): .git

其他想法,有不同程度的糟糕: - 在颤音之前删除/重命名 .git - 部署到 github,使用 git: 选项。尝试过这个,但有问题,因为它看起来像分支:选项没有被读取。没有深究。 - 尝试提前将宝石偷偷放入 config.gem_path = "WEB-INF/vendor/bundler_gems" 中。

How can this be done? Here's my best effort:

Specify gems with path. This causes warnings:

warning: Bundler `path' components are not currently supported.
The `acts_as_api-0.3.11' component was not bundled.
Your application may fail to boot!

The app almost boots, giving this error:

fatal: Not a git repository (or any of the parent directories): .git

Other ideas, with varying degrees of crapitude:
- remove/rename .git when before warbling
- deploy to github, use git: option. Tried this, but problematic as it looks like branch: option wasn't read. Didn't delve.
- Try and sneak the gems in to config.gem_path = "WEB-INF/vendor/bundler_gems" ahead of time.

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

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

发布评论

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

评论(1

鹤舞 2025-01-14 03:15:17

尽管如此,出售的宝石似乎仍然有效。

The vendored gems seem to work nonetheless.

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