active_model_serializers
https://github.com/rails-api/active_model_serializers
Ruby
ActiveModel::Serializer implementation and Rails hooks
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
46 Subscribers
View all SubscribersAdd a CodeTriage badge to active_model_serializers
Help out
- Issues
- Allow customizing the type of polymorphic association
- Support Rails 8
- Fix typo in changelog
- feat: allow kebab case for deserialization options: only, except
- fix: use Concurrent::Map instead of Ruby `||=` to make thread safe
- chore: rename Serializer to ActiveModelSerializers
- fix: lazy load the array lookup since we already drop support v1.9.3
- Improve performance of fields_for method with memoization
- has_many not respecting serializer option when using render include: [...]
- private method `read_attribute_for_serialization' called for #<Model
- Docs