active_model_serializers/lib
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
..
action_controller fix a couple typos 2013-04-18 13:39:14 -07:00
active_model Fix ArraySerializer's output when falling back on DefaultSerializer 2014-04-01 22:38:58 -06:00
active_record Provide a mixin to override AR::Base#to_json 2013-03-06 15:32:09 -08:00
generators Fixed few typos 2013-03-26 20:29:35 +05:30
active_model_serializers.rb Revert "First part of a fix for #208." 2013-05-29 23:25:00 +00:00