active_model_serializers/test
Nicolás Hock Isaza 1d7d9fd6aa Fix nested include attributes
When the requests asked for a nested attribute in the `include` and it's
missing or empty, don't break because the type of the object can't be
determined.

If the request is for a collection and none of the elements has the
attribute, it will not be added to the `linked` key, similar to what
happens with simple includes.
2015-01-13 14:49:58 -05:00
..
action_controller Fix nested include attributes 2015-01-13 14:49:58 -05:00
adapter Lets keep the assert_equal without parens for consistency. 2015-01-11 16:21:20 -05:00
fixtures Spec for linked resource type name demodulization 2015-01-11 16:10:02 -05:00
serializers Merge pull request #696 from ggordon/explicit_serializer 2015-01-06 09:57:07 -02: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