active_model_serializers/test/serializers
Avon 3ad2457aaf Bugfix/redefine associations on inherited serializers (#1848)
* replace reflection collection type with hash to prevent duplicated associations in some cases

* include tests

* Fix robucup offenses

* Improve test

* Remove usless requirement

* improve tests

* remove custom_options option from Post and InheritedPost serializer

* Improve tests

* update changelog

* update changelog
2016-07-17 16:25:43 -04:00
..
association_macros_test.rb Bugfix/redefine associations on inherited serializers (#1848) 2016-07-17 16:25:43 -04:00
associations_test.rb Bugfix/redefine associations on inherited serializers (#1848) 2016-07-17 16:25:43 -04:00
attribute_test.rb re: RuboCop - replace rocket style hashes 2016-06-20 22:14:12 +01:00
attributes_test.rb re: RuboCop - get rid of redundant curly braces around a hash parameter 2016-06-20 22:14:39 +01:00
caching_configuration_test_isolated.rb The cache store needs to be the actually store, not e.g. :memory_store 2016-03-30 09:52:29 -05:00
configuration_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
fieldset_test.rb re: RuboCop - replace rocket style hashes 2016-06-20 22:14:12 +01:00
meta_test.rb Fix RuboCop 0.40 linter errors (#1722) 2016-05-26 12:58:05 -04:00
options_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
read_attribute_for_serialization_test.rb Fix read_attribute_for_serialization not seeing parent serializer methods 2016-04-04 12:29:26 -05:00
root_test.rb re: RuboCop - get rid of redundant curly braces around a hash parameter 2016-06-20 22:14:39 +01:00
serialization_test.rb Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00
serializer_for_test.rb re: RuboCop: Bulk minor style corrections 2016-06-20 22:12:16 +01:00