-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently failing on rails edge (6.1) #92
Comments
This may actually be a bug in rails itself, breaking Serialization tries to:
But then default Have to figure out how to reproduce with simple example to report to rails.... It might be reproducible with any custom Serialize on a jsonb column. Why did the signature of default |
Looks like it was done in an unrelated commit, weird. rails/rails@d29d459 |
…el::Type In master/Rails 6.1, they wind up with conflicting APIs. This is better OO design anyway, that was a mistaken shortcut, keep everything clear this way. Resolves #92
Problem was that a Serialization "Coder" has a |
Looks like it may be particular to the new "single model serialized to json field" feature we just added in #89... they may have removed the feature we are using for this from Rails 6.1?? DOH!
Needs more investigation.
The text was updated successfully, but these errors were encountered: