active_model_serializers/test/serializers
L. Preston Sego III b29395b0ac This adds namespace lookup to serializer_for (#1968)
* This adds namespace lookup to serializer_for

* address rubocop issue

* address @bf4's feedback

* add docs

* update docs, add more tests

* apparently rails master doesn't have before filter

* try to address serializer cache issue between tests

* update cache for serializer lookup to include namespace in the key, and fix the tests for explicit namespace

* update docs, and use better cache key creation method

* update docs [ci skip]

* update docs [ci skip]

* add to changelog [ci skip]
2016-11-09 07:57:39 -05:00
..
association_macros_test.rb remove dynamic class creation where not needed (#1850) 2016-07-18 14:11:09 -05:00
associations_test.rb Refactor Association into Field like everything else (#1897) 2016-08-31 09:35:41 -04:00
attribute_test.rb remove dynamic class creation where not needed (#1850) 2016-07-18 14:11:09 -05: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 remove dynamic class creation where not needed (#1850) 2016-07-18 14:11:09 -05:00
serializer_for_with_namespace_test.rb This adds namespace lookup to serializer_for (#1968) 2016-11-09 07:57:39 -05:00