Rails 插件任务弃用警告
我的项目中出现此警告:
弃用警告:供应商/插件/应该/任务中的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以忽略它,这只是一个警告,表明插件 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.