Per the README:
The gem only prevents auto-loading, so you can always can explicitly require the app code that you need in your migration.
But when attempting to require application code in a complex data migration, I was still blocked by the gem from running it. It was as if the require statements were not there.
Does this actually work? And if so, is there more precise documentation that could point users toward how to do it?
I ended up inlining > 100 lines of duplicated application code because I couldn't require a well-tested backfill service due to this issue.
Thanks for any help!