0
0

More than 1 year has passed since last update.

rails c について

Posted at

問題

rails c してもターミナル上に入力したはずのデータが表示されない。
「Object doesn't support」のエラーメッセージが表示される。

原因

rails c でコンソールを起動してから、exit で脱コンソールしてからも、コンソール自体は裏で起動しているため、最新の情報が表示されないらしい。

解決

spring status で状況を確認して、spring running の時は、spring stop で停止する。その後、再度 rails c すると無事データが表示された。

参照

こちらの記事が参考になりました。
https://mophie-blog.com/2020/12/30/rails-error-object-doesnt-support-inspect/#toc1

0
0
0

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
0
0