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 アプリにコミュニティ エンジンを追加しようとしていたのですが、誰か助けてください。
ありがとう