当 `rake test` 加载模型时,method_missing,尽管如果 Rails 加载的话它会正确加载
好吧,我已经安装了acts_as_taggable_on,并且它已加载到我的模型之一中。 虽然加载 Rails 时它可以正常工作且没有错误,但当加载它进行 rake 测试时,它会抛出一个 method_missing: undefined methodacts_as_taggable_on for ...
我读到这可能是一个与环境相关的问题,但我找不到任何其他信息=/
Well, I have acts_as_taggable_on installed, and it is loaded in one of my models.
Although when loading Rails it works correctly and without errors, when it is loaded to do a rake test
it throws me an method_missing: undefined method acts_as_taggable_on for ...
I read that it might be a environment related issue, but I couldn't find any other info =/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能已将 gem 添加到开发组中。
要了解 Gemfile 中的组 - http://gembundler.com/groups.html
You might have added the gem in development group.
To understand about groups in Gemfile - http://gembundler.com/groups.html