Open saturnflyer opened 2 months ago
This was caused by a recent change in our code on a serialized column. Switching from
serialize :summary, coder: ActiveSupport::JSON
to
serialize :summary, coder: YAML, type: Hash
fixed this for us.
We have legacy data in YAML and were in the process of switching it to JSON.
It seems like this might still be a bug because the serialize
that trigged this is a valid model configuration.
Hi @saturnflyer thanks for submitting an issue and apologies for the super long delay in response. I've been trying address issues in the order in which they came.
Would you be able to make a dummy rails app where I could reproduce the issue? Something like this would be very helpful: https://github.com/drwl/annotaterb/issues/149#issuecomment-2364406635
I haven't yet identified the cause but I updated to the 4.12 this week and discovered that my Rails 7.1 application cannot migrate.
Removing the gem fixes this.
Commands
Version