2016-06-16 10 views
0

私のコンソールにはrails generate migration create_articlesを入れましたが、このメッセージは私のコンソールの下にあります。railsはマイグレーションを作成しますcreate_articles not working

私はちょうど私のレールアプリに取り組み始めました。

from /home/nitrous/code/rails_projects/alpha/.bundle/gems/spring-1.7.1/lib/spring/application.rb:125:in `loop' 
from /home/nitrous/code/rails_projects/alpha/.bundle/gems/spring-1.7.1/lib/spring/application.rb:125:in `run' 
from /home/nitrous/code/rails_projects/alpha/.bundle/gems/spring-1.7.1/lib/spring/application/boot.rb:19:in `<top (required)>' 
from usr/local/opt/rbenv/versions/2.1.5/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require' 
from /usr/local/opt/rbenv/versions/2.1.5/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require' 
from -e:1:in `<main>' 

答えて

0

私はそれがspringのバグだと思う。最新のspringバージョンで修正されました。

は、コマンド経由で最新のあなたのspringバージョンを更新することができます。

bundle update spring && bundle exec spring binstub --remove --all && bundle exec spring binstub --all 
+0

まだ同じエラーが発生しています –

0

はこれを試してみてください:

gem query --local 

を次に春foの細かいバージョンを。宝石をアンインストールします。私は、これは良い方法だと思います

gem 'spring', '~> 1.7.1' 

:次に

gem unistall spring 

、あなたのgemfileに春の特定のバージョンを置きます。