チュートリアルhereに従って、レールを学習しようとしています。私はthe section on creating the modelになって、このコマンドを実行したときしかし:モデルを生成できないレール
bin/rails generate model Article title:string text:text
私はこのエラーを得た:私は、私はすべての手順に従っている知って
/usr/lib/ruby/vendor_ruby/spring/application.rb:152:in `serve': undefined method `cleanup!' for ActionDispatch::Reloader:Class (NoMethodError)
from /usr/lib/ruby/vendor_ruby/spring/application.rb:131:in `block in run'
from /usr/lib/ruby/vendor_ruby/spring/application.rb:125:in `loop'
from /usr/lib/ruby/vendor_ruby/spring/application.rb:125:in `run'
from /usr/lib/ruby/vendor_ruby/spring/application/boot.rb:18:in `<top (required)>'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from -e:1:in `<main>'
は、これは私の第二行くです。私が解決策を探すか、解決策が何であるかを知るための考え方はありますか? これは本当に私が立ち往生しています。
バージョン:
- のUbuntu 16.04
- ルビー2.3.1p112(2016年4月26日)[x86_64の-LinuxベースGNU]
- 宝石2.6.12
- レール5.1.0
それは修正されましたが、その理由はわかりません。 –
春には時々問題がいくつか見られます。なぜかどちらか分かりませんが、私と何かについて不平を言うたびに、私はそれを殺して再起動し、すべてが再び動作します。 –