outrigger
outrigger copied to clipboard
tag your migrations
Wrap outrigger filter `Proc` to handle any StandardError caused during loading migrations file. In a scenario, where pending migration has any issue it will be anyway raised in the Rails...
In matured applications, often happening that already applied legacy migrations are syntactically broken e.g.: ``` # frozen_string_literal: true class LegacyBrokenMigration < ActiveRecord::Migration[5.0] tag :broken # NameError: uninitialized constant LegacyBrokenMigration::BreakableChange BreakableChange.run...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.9. Release notes Sourced from rexml's releases. REXML 3.3.9 - 2024-10-24 Improvements Improved performance. GH-210 Patch by NAITOH Jun. Fixes Fixed a parse bug for...