Philip Arndt
Philip Arndt
@mzagaja there are two possible solutions to this issue: 1- edit the original migration that the extension generated; both in in `vendor/extensions/db/migrate/` and `db/migrate/` and change the column 2- generate...
Thank you for looking at this
Thanks for the investigation. Do you think that we can do anything to `Refinery::Images.max_image_size` to make this compatible?
> I think this should be fixed as a migration that changes the column types, since it is causing the issue. Which database server is this happening with?
Thanks for posting this 😄 I'll leave it open for a bit until Rails 6 works as expected
For Zeitwerk loading failures can you try this PR https://github.com/refinery/refinerycms/pull/3465 ?
Thanks @rubydesign - that is helpful 😄
Hmmm @bricesanchez interesting. I wonder if the webdriver itself has a config option for how long to wait. For example the `cuprite` runner has a [slowmo option](https://github.com/machinio/cuprite#running-in-docker) > :slowmo (Integer...
You can follow along at #3465
Did you ever figure this out?