0

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?'
4

1 に答える 1

0

解決策を得ました。

Gemfile で新しい遺物の宝石を無効にしてみましたが、これで問題が解決しました。

この問題の本当の原因についてはわかりません。

于 2013-09-19T11:55:52.713 に答える