我收到以下错误:
NotImplementedError:在意外的 T_NODE 对象上调用方法“回溯”
当使用 rails 控制台访问一个特定模型,域时,使用“Domain.new”
模型定义为:
class Domain < ActiveRecord::Base
end
环境:
- 导轨 3.2.8
- ruby 1.9.3p194(2012-04-20 修订版 35410)[x86_64-linux]
- Linux cb-2 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
完整的回溯位于https://gist.github.com/954bcdf833c8aef4d2f9
项目中还有 41 个其他模型经过测试没有任何问题
非常感谢您能对这个问题有所了解。
罗斯