使用带有新创建的 Rails 插件的固定装置,不起作用

发布于 2025-01-05 22:06:16 字数 260 浏览 0 评论 0原文

当我在 Rails 中创建一个插件时,例如: <代码> Rails 插件新 test_plugin --full

执行此命令后,我创建一个模型(如人)并尝试使用一些固定装置或辅助方法,例如:
<代码> 人(:一个)
访问固定装置,但我没有成功。

我认为rails应该生成预先准备好的代码来测试,我只是在这里问它,因为我在rails问题上发布了这个,但我没有任何帮助。
如果我是唯一复制它的人,请让我们尝试理解这一点:)

When i create a plugin in rails like:

rails plugin new test_plugin --full

after this command, i create a model(like person) and try to use some fixtures or helper methods like:

people(:one)


to access the fixtures, but i do not have success with that.

i think rails should generate pre ready code to test, and I'm just asking it here cause i posted this on issues of rails and i don't have any help.
And if I'm the only one reproducing it, pls lets try to understand that :)

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

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

发布评论

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

评论(1

無處可尋 2025-01-12 22:06:16

这是 Rails 上的一个错误,我在 github https://github 上创建了一个问题

。 com/rails/rails/issues/4971#issuecomment-6078279

现在可以正常工作了,请向 Rails 团队求助。

this was a bug on rails and i created a issue on github

https://github.com/rails/rails/issues/4971#issuecomment-6078279

now its working, tanks to the rails team.

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