-
Couldn't load subscription status.
- Fork 196
Description
It looks like merely adding data_migrate to the Gemfile will force a database connection to be established during assets:clobber or assets:precompile tasks.
This is highly undesirable for Docker builds, as we have no database available unless we resort to nulldb or temporary sqlite connections during container builds.
This happens with data_migrate 8.1.1 and rails 7.0.3.1, but there might be other versions affected.
There is a small rails app at https://github.com/foxondo/data-migrate-bug to showcase the problem. Please find further details in the README there.
We've opened #221 as a proposed fix for the issue, but there might be other ways to fix this.