ActiveRecord Migration UI gem
A Rails Engine that replaces the default ActiveRecord pending migration error page, with a simple “Migrate now!” button :)
Steps to use it:
- Add the gem to your Gemfile
- Run bundler
- Restart your server
- Nothing, you're already done !
Next time you have pending migration scripts, you’ll get the ActiveRecord Migration UI page and you can run the migration scripts from your web browser.
This will save you a lot of time !
Please have a look at the gem: https://gitlab.com/pharmony/active_record_migration_ui
Post a comment