Show Pending Migrations
Rails comes with a built-in rake task that allows you to check the status of migrations in the project.
For large projects with lots of migrations, this is going to be a lot of output, so you can trim it down with a simple grep
:
Last updated