-2
  def check_pending!(connection = Base.connection)
    raise ActiveRecord::PendingMigrationError if ActiveRecord::Migrator.needs_migration?(connection)
  end

  def load_schema_if_pending!

我已经运行: bin/rake db:migrate RAILS_ENV=development 但仍然没有任何反应,我试图将社区引擎添加到我的 rails 4.2 应用程序中,对任何人有帮助吗?

谢谢

4

1 回答 1

0

根据您之前需要运行的安装说明rake community_engine:install:migrationsrake db:migrate

于 2016-10-25T11:58:46.617 回答