Is there a rake task that shows the pending migrations in a rails app?
Following command to check migration status:
rake db:migrate:status
OR
when you run your server, it will display a message to run your pending migration first.