Клонировал app с гитхаба, сделал
открываю в браузере, вижу сообщение
ActiveRecord::PendingMigrationError
Migrations are pending. To resolve this issue, run: bin/rails db:migrate RAILS_ENV=development
ввожу
получаю (в консоли):
Code:
rake aborted!
StandardError: An error has occurred, this and all later migrations canceled:
Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:
class CreateComments < ActiveRecord::Migration[4.2]
и так далее.
Вопрос, что я делаю неправильно? заранее спасибо за овтет.