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 应用程序中,对任何人有帮助吗?
谢谢