- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在本地机器上的 web 应用程序中使用了 geokit-rails gem,我按照他们 github 存储库中的步骤操作,它在我的本地机器上完美运行,但是一旦我在 openshift 远程服务器上部署了我的应用程序。它似乎不起作用。 openshift ruby.log 文件给出以下错误
[ 2015-05-15 21:10:52.1608 54455/7fec5b5fe700 agents/HelperAgent/RequestHandler.h:1971 ]: [Client 20] Cannot checkout session. An error occured while starting the web application. Error page: undefined method
acts_as_mappable' for Group (call 'Group.connection' to establish a connection):Class (NoMethodError)
method_missing' /var/lib/openshift/555682cde0b8cd2874000091/app-root/runtime/repo/app/models/group.rb:2:in `'
/var/lib/openshift/555682cde0b8cd2874000091/app-root/runtime/repo/vendor/bundle/ruby/gems/activerecord-4.2.1/lib/active_record/dynamic_matchers.rb:26:in
最佳答案
您应该通过 ctrl+c 重新启动您的 rails 应用程序,或者您应该再次退出 rails 控制台和 rails 控制台。
例如
Location.class
NameError: undefined local variable or method `acts_as_mappable' for Location (call 'Location.connection' to establish a connection):Class
from /Users/caiqinghua/.rvm/gems/ruby-2.2.1/gems/activerecord-4.2.1/lib/active_record/dynamic_matchers.rb:26:in `method_missing'
from /Users/caiqinghua/weishop/app/models/location.rb:11:in `<class:Location>'
from /Users/caiqinghua/weishop/app/models/location.rb:10:in `<top (required)>'
2.2.1 :018 > exit
caiqinghua@qinghuadeMacBook-Pro:~/location(set-shop-location|✚1…) % rails c (set-shop-location00)
Loading development environment (Rails 4.2.1)
2.2.1 :001 > Location.class
=> Class
关于ruby-on-rails - Geokit 未定义方法 `acts_as_mappable' rails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30270901/
我在本地机器上的 web 应用程序中使用了 geokit-rails gem,我按照他们 github 存储库中的步骤操作,它在我的本地机器上完美运行,但是一旦我在 openshift 远程服务器上部
我是一名优秀的程序员,十分优秀!