active_model_serializers/lib/active_model/serializer/adapter
Yohan Robert 2c4193851b Follow up to #1454
PR #1454 was merged with some missing fixes. All these fixes are
addressed by this commit:
- Rename ActiveModel::Serializer::Adapter::JsonApi::Association to
ActiveModel::Serializer::Adapter::JsonApi::Relationship
- Move ActiveModel::Serializer::Adapter:: JsonApi::Relationship and
ActiveModel::Serializer::Adapter::JsonApi::ResourceIdentifier to
ActiveModel::Serializer::Adapter::JsonApi::ApiObjects module
- Add unit test for
ActiveModel::Serializer::Adapter::JsonApi::Relationship
- Add unit test for
ActiveModel::Serializer::Adapter::JsonApi::ResourceIdentifier
2016-02-10 12:57:54 +01:00
..
json Introduce Adapter::Base 2015-09-20 12:26:04 -05:00
json_api Follow up to #1454 2016-02-10 12:57:54 +01:00
attributes.rb Compute only requested attributes. 2015-10-31 19:20:53 +01:00
base.rb Move meta/meta_key handling inside adapter. 2015-10-05 19:06:50 +02:00
cached_serializer.rb Introduce Adapter::Base 2015-09-20 12:26:04 -05:00
fragment_cache.rb Correct minor typos 2015-10-22 10:31:21 -05:00
json_api.rb Follow up to #1454 2016-02-10 12:57:54 +01:00
json.rb Fix options passing in Json and Attributes adapters. 2015-09-21 07:13:17 +02:00
null.rb Introduce Adapter::Base 2015-09-20 12:26:04 -05:00