RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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:

  1. Add the gem to your Gemfile
  2. Run bundler
  3. Restart your server
  4. 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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in