当前位置:  开发笔记 > 后端 > 正文

为什么yaml在生产中无法使用?

如何解决《为什么yaml在生产中无法使用?》经验,为你挑选了1个好方法。

在我的OS X开发系统上:

$ ruby --version
ruby 1.8.6 (2007-03-13 patchlevel 0) [universal-darwin8.0]

$ script/console
Loading development environment (Rails 2.3.4)
>> require 'yaml'
=> []

在CentOS 5.3生产系统上:

$ script/console production
Loading production environment (Rails 2.3.4)
/opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/base.rb:1959:in `method_missing':NoMethodError: undefined method `define_index' for #
>> require 'yaml'
=> false

关于NoMethodError我能做些什么吗?

为什么yaml将无法使用.它不是核心Ruby库的一部分吗?



1> Andrew Grimm..:

返回false意味着加载成功或已经完成.如果无法加载,则会引发异常.

推荐阅读
我我檬檬我我186
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有