我已经在我的rails应用程序中为新文件添加了一个新的gem,并在安装之后, 当我在本地启动我的服务器进行开发时,它工作正常。
但是在对控制器进行一些更改并尝试重新运行应用程序后,它会显示如下错误
NameError (uninitialized constant Rake::EarlyTime):
rake (10.1.0) lib/rake/ext/time.rb:9:in `<=>'
activesupport (3.2.13) lib/active_support/file_update_checker.rb:100:in `each'
activesupport (3.2.13) lib/active_support/file_update_checker.rb:100:in `max'
activesupport (3.2.13) lib/active_support/file_update_checker.rb:100:in `updated_at'
activesupport (3.2.13) lib/active_support/file_update_checker.rb:66:in `updated?'
答案 0 :(得分:0)
得到了解决方案。
我尝试在Gemfile中禁用新的relic gem,这解决了我的问题。
不确定此问题的真正原因。