-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Rails 8 support #2488
Comments
which AMS version are you using please? |
fyi, AMS |
I'm currently on gem |
can you help reproducing the case somehow? even better if you could add a test in a PR. |
Apologies, I have a working solution now by targeting the git repo and branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone!
I know this library isn't actively developed anymore, but I'm using this on an app with over 100 records and controllers, so I can't just swap it out easily.
Currently I'm in the progress of upgrading to rails 8 and stumbled on following error:
Rails 8 got more strict with frozen hashes and it seems activemodel serializer tries to modify a hash that was originally frozen.
If anyone could point me in the right direction, I would be happy to wip up a merge request to fix the issue for rails 8 users to atleast get it in a workable state.
The text was updated successfully, but these errors were encountered: