rake gems:unpack 的逆 rake 操作是什么?

发布于 2024-08-19 18:20:02 字数 181 浏览 5 评论 0原文

我想解冻之前rake gems:unpack编辑的宝石。这是什么操作呢?到目前为止我只知道rm -rvendor/gems的方法。对于rakerails:freeze:edgerakerails:unfreeze。宝石也有这样的逆佣金任务吗?

I would like to unfreeze the gems which where previously rake gems:unpacked. What is the operation for this? So far I know only the method of rm -r vendor/gems. For rake rails:freeze:edge there is rake rails:unfreeze. Is there such inverse rake task for gems too?

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

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

发布评论

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

评论(1

執念 2024-08-26 18:20:02

gems:unpack 没有反函数,但正如您所指出的,您可以自己删除它们。这没有任何问题,因为解包只是复制文件而没有任何进一步的集成。

要确认这一点,您可以运行:

rake -T

并获取所有 rake 任务的列表。

There is no inverse for gems:unpack, but as you pointed out you can delete them yourself. There's nothing wrong with this, since unpack just copied the files without any further integration.

To confirm this, you can run:

rake -T

And get a list of all rake tasks.

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