active_model_serializers/test
Alexandre de Oliveira 2f5626d616 Fixes nested has_many links in JSONAPI
When linked resource had has_many links, all of them would use the
association from the first resource, causing all of the items to build
`links` with the same associations.

This fixes it by iterating over the serializers, not just the
attributes array.
2014-11-13 16:38:47 -02:00
..
action_controller Allow overriding the adapter with render option 2014-11-13 10:23:19 -05:00
adapter Fixes nested has_many links in JSONAPI 2014-11-13 16:38:47 -02:00
fixtures Rename attribute with :key (0.8.x compatibility) 2014-11-13 08:03:22 -05:00
serializers Allow overriding the adapter with render option 2014-11-13 10:23:19 -05:00
adapter_test.rb Allow overriding the adapter with render option 2014-11-13 10:23:19 -05:00
array_serializer_test.rb Refactor adapters to implement support for array serialization 2014-10-15 17:35:50 -05:00
test_helper.rb Merge remote-tracking branch 'upstream/master' into feature/adapter 2014-08-29 12:55:20 +04:00