Tuesday, 15 July 2014

mysql - Rails app error - ActiveRecord::PendingMigrationError Migrations are pending; run 'rake db:migrate RAILS_ENV=development' to resolve this issue -



mysql - Rails app error - ActiveRecord::PendingMigrationError Migrations are pending; run 'rake db:migrate RAILS_ENV=development' to resolve this issue -

the database created, tables created, info there.

but after restarted rails application, got error. app using mysql. what's issue here?

thank in advance

just run rake db:migrate start server, see happens, looks existing migrations yet not part of schema. or schema_migrations table might missing version value.

mysql ruby-on-rails ruby activerecord migration

No comments:

Post a Comment