8
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

rails console 内でエラーを起こすとconsole自体が落ちる時の対処法

Last updated at Posted at 2018-09-07

通常、rails console内でエラーを起こしてもconsole自体が終了してしまうようなことはない。
しかし、下記のようなメッセージを出力して落ちることがある。

Traceback (most recent call last):bin/rails: undefined method `[]' for nil:NilClass (NoMethodError)

binding_of_callergemを更新することで直る可能性が高い。

下記コマンドを実行することで、表題の不具合を修正可能。

bundle update binding_of_caller

参考

詳しい理由については後日追記できればと思う。

8
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?