我在我的 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?'