Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue [unable to proceed]

后端 未结 7 1747
盖世英雄少女心
盖世英雄少女心 2020-12-23 14:52

I appear to have a circular issue in regards to Ruby on Rails migration procedure. I am following the introduction article and I have reached the point when I need to creat

7条回答
  •  暖寄归人
    2020-12-23 15:22

    try In RAILS_ROOT/config/environments/development.rb Set the following setting to false:

    config.active_record.migration_error = false#:page_load

提交回复
热议问题