0

我在我的 Rails 应用程序中为新的 relic 添加了一个新的 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?'
4

1 回答 1

0

得到了解决方案。

我尝试在 Gemfile 中禁用新的 relic gem,这解决了我的问题。

不确定这个问题的真正原因。

于 2013-09-19T11:55:52.713 回答