Rails gem - geoipcity 未包含在应用程序中
我安装了 geoip_city gem,并在 irb 中测试了 gem...现在,当我在应用程序中使用 gem 时,我收到错误
uninitializedconstant ApplicationController::GeoIPCity
我猜这是因为我这样做了不添加行
require geoip_city
因此,我尝试将该行添加到我使用代码的函数中,但随后出现错误
No such file -- geoip_city
请帮忙。
I installed the geoip_city gem, and i tested the gem in irb... Now when I am using the gem in the application I get an error
uninitialized constant ApplicationController::GeoIPCity
I guessed it is because I did not add the line
require geoip_city
So I tried adding the line to the function I used the code in, but then I got the error
No such file -- geoip_city
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您之前需要 rubygems 吗?
Have your require rubygems before ?