Rails 插件任务弃用警告

发布于 2024-11-19 06:52:59 字数 190 浏览 1 评论 0原文

我的项目中出现此警告:

弃用警告:供应商/插件/应该/任务中的 Rake 任务和供应商/插件/svg_web/任务已弃用。请改用 lib/tasks。

我阅读了如何修复它,将任务移至 lib/tasks。但我很好奇原因。有谁知道这是为什么?如果我现在想开发一个带有 rake take 的插件我应该怎么做?

提前致谢。

I'm having this warning in my project:

DEPRECATION WARNING: Rake tasks in vendor/plugins/shoulda/tasks, and vendor/plugins/svg_web/tasks are deprecated. Use lib/tasks instead.

I read how to fix it, moving the tasks to lib/tasks. But I'm curious about the reason. Does anyone knows why is this? If I want to develop a plugin now with a rake taks how should I do it?

Thanks in advanced.

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

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

发布评论

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

评论(1

峩卟喜欢 2024-11-26 06:52:59

您可以忽略它,这只是一个警告,表明插件 rake 任务不在现在被认为是正确的文件夹中。
可能有更高版本的插件可以解决这个问题。

You can ignore this, it is just a warning that the plugins rake tasks are not in what is now considered the correct folder.
It is possible that there are later versions of the plugins that sort the problem.

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