We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm setup de key_transform option to use camel_lower. With custom serializers, works great. Example:
checkout the createdAt and updatedAt, they are being transformed.
When use the ActiveModel::Serializer::ErrorSerializer, this behavior does not happen. Example:
ActiveModelSerializers Version 0.10.0:
Output of ruby -e "puts RUBY_DESCRIPTION": ruby 3.1.4p223 (2023-03-30 revision 957bb7cb81) [x86_64-linux]
ruby -e "puts RUBY_DESCRIPTION"
OS Type & Version: Linux 6.3.6-arch1-1 x86_64 GNU/Linux
Integrated application and version (e.g., Rails, Grape, etc): Rails 7.0.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior vs actual behavior
I'm setup de key_transform option to use camel_lower. With custom serializers, works great. Example:
checkout the createdAt and updatedAt, they are being transformed.
When use the ActiveModel::Serializer::ErrorSerializer, this behavior does not happen. Example:
Environment
ActiveModelSerializers Version 0.10.0:
Output of
ruby -e "puts RUBY_DESCRIPTION"
:ruby 3.1.4p223 (2023-03-30 revision 957bb7cb81) [x86_64-linux]
OS Type & Version:
Linux 6.3.6-arch1-1 x86_64 GNU/Linux
Integrated application and version (e.g., Rails, Grape, etc):
Rails 7.0.5
The text was updated successfully, but these errors were encountered: