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!

New release of ActualDbSchema gem (v0.7.5) - manual rollback

🚀 We’ve just released v0.7.5 of our actual_db_schema gem, designed to supercharge your Rails development productivity.


🔄 This update includes a new task to manually roll back phantom migrations: rails db:rollback_branches:manual


⚙️ You can also disable automatic phantom migrations rollback by setting the env var ACTUAL_DB_SCHEMA_AUTO_ROLLBACK_DISABLED to true.


⚙️ Or by adding ActualDbSchema.config[:auto_rollback_disabled] = true in an initializer (e.g., config/initializers/actual_db_schema.rb).


Upgrade now and enjoy smoother development! 💻✨

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