Christoph Sassenberg

Results 2 issues of Christoph Sassenberg

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...

I've found that adding the `data_migrate` gem will cause a database connection to be forced when running `rails assets:precompile` and was able to pin down the problem to the subclassing...