active_model_serializers/test
Tee Parham f35a2261d2 support different serializations in ArraySerializer
ArraySerializer can serialize arrays of Hash, ActiveModel::Serializer,
or any PORO that responds to :as_json

Each item in the array should not include its type as a root element,
since normal arrays do not do this. If you want "typed" collections,
don't use an Array.
2012-05-30 14:52:52 -06:00
..
association_test.rb delete identical test 2012-05-30 10:55:35 -06:00
generators_test.rb Fix build the correct way, ensure new apps work, closes #63 2012-05-17 19:18:01 +02:00
serialization_test.rb rename test methods so tests run 2012-05-30 11:14:49 -06:00
serializer_support_test.rb Fix constant lookup when serializer is not available. 2011-12-21 09:11:04 +01:00
serializer_test.rb support different serializations in ArraySerializer 2012-05-30 14:52:52 -06:00
test_helper.rb Fix the build on 1.8.7 :trollface: 2012-05-17 19:28:15 +02:00