active_model_serializers/test
Luke Mayhew cfcd712123 Fix ArraySerializer's output when falling back on DefaultSerializer
Change ArraySerializer's initialization of DefaultSerializer to pass
:root => false in order to avoid adding root keys to each of the
items in the array. This ensures consistent results between serializing
arrays of objects with serializers and arrays of objects without
serializers. Fixes #495.
2014-04-01 22:38:58 -06:00
..
array_serializer_test.rb Fix ArraySerializer's output when falling back on DefaultSerializer 2014-04-01 22:38:58 -06:00
association_test.rb If output is as expected, is this assert important? 2013-04-10 14:36:42 -07:00
caching_test.rb Attemp to fix bad test 2013-03-15 08:41:39 +01:00
generators_test.rb Fix failing tests for edge rails 2013-03-27 10:29:36 +05:30
no_serialization_scope_test.rb Revert 37b0690fb8. 2013-04-03 17:24:08 -07:00
serialization_scope_name_test.rb Sigh. 2013-04-03 23:56:06 -07:00
serialization_test.rb Sigh. 2013-04-03 23:56:06 -07:00
serializer_support_test.rb add support of mongoid collection serialization 2013-05-05 21:50:34 +03:00
serializer_test.rb Fix serializer.as_json(nil) 2013-12-30 12:36:18 -06:00
test_fakes.rb Fix ArraySerializer's output when falling back on DefaultSerializer 2014-04-01 22:38:58 -06:00
test_helper.rb Add Coveralls for code coverage. 2013-05-05 13:38:56 -07:00