Railsコンソールを確実に実行できません。通常、私はマシンを再起動した後に一度起動することができますが、終了後に再び起動することはできません。問題はactiverecordのようです。アクティブレコードエラーのため、IRBを断続的に起動できません。
$ rails c
Running via Spring preloader in process 82527
/Users/<username>/.rvm/gems/ruby-2.3.1/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/sqlite3_adapter.rb:27: [BUG] Segmentation fault at 0x00000000000110
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin16]
OK]をクリックして、見えます。解決策は 'bin/spring stop 'でそれを強制終了することです。出典:http://stackoverflow.com/questions/25027284/ruby-on-rails-console-hanging-when-loading – nipponese