ActiveRecord PendingMigrationError railstutorial第7章

时间:2015-01-06 14:01:57

标签: ruby-on-rails railstutorial.org

当我尝试在https://www.railstutorial.org/book的第7章中的浏览器中的sample_app中查看我的users/1视图时,我得到了:

enter image description here

我确保所有代码以正确的方式编写/复制。那我该怎么办呢?

1 个答案:

答案 0 :(得分:1)

如错误消息中所述,运行rake db:migrate RAILS_ENV=development以运行挂起的迁移。

在执行此操作之前,您可以通过运行rake db:migrate:status RAILS_ENV=development来检查是否存在待定迁移;它将显示有一些状态为down的迁移。应用待处理迁移后,所有迁移都将具有状态up