使用带有新创建的 Rails 插件的固定装置,不起作用
当我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 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.