私のコンソールには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>'
まだ同じエラーが発生しています –