active_model_serializers/test
2013-02-06 17:32:15 -08:00
..
array_serializer_test.rb move ArraySerializer tests into separate file 2012-11-20 10:58:16 -07:00
association_test.rb Append an _id or _ids suffix to associations' keys. Embed objects in root according to their serializers' names. 2012-12-21 15:14:50 -05:00
generators_test.rb Fix failing tests on Rails master 2012-11-25 14:56:58 -05:00
no_serialization_scope_test.rb Allows serialization_scope to be disabled with serialization_scope nil 2012-06-05 12:37:09 -04:00
serialization_test.rb Add failing test to show behavior of custom serializer with nils. 2013-02-06 17:32:15 -08:00
serializer_support_test.rb Test : use a deducted serializer on non-ActiveRecord models 2012-12-20 17:06:19 +01:00
serializer_test.rb Merge pull request #161 from kevins90/fix_attr_name_as_serializer_underscored_prefix 2013-01-05 14:09:15 -08:00
test_fakes.rb Remove unneeded method aliasing of attribute reader: object, with the underscored class name of serializer, to fix issue where a model's attribute name matches that of the underscored prefix of the serializer 2012-11-25 00:17:17 -08:00
test_helper.rb match method should not be used for routes; instead, a specific HTTP method should be used 2012-09-20 21:17:07 -04:00