active_model_serializers/test
Ben Woosley 8c18d18cdb Add default_includes configuration
This is useful to set application-wide default behavior - e.g. in
previous versions of AMS the default behavior was to serialize the
full object graph by default - equivalent to the '**' include tree.

Currently just the global setting, but I think this could also work
on a per-serializer basis, with more attention.
2016-05-26 00:16:14 +00:00
..
action_controller Add default_includes configuration 2016-05-26 00:16:14 +00:00
active_model_serializers Include actual exception message with custom exceptions 2016-05-17 10:32:53 -05:00
adapter Prevent loading association when include_data is set to false (#1710) 2016-05-24 20:46:22 -04:00
benchmark Add FragmentCaching benchmark 2016-04-20 10:47:55 -05:00
fixtures adds polymorphic option to association definition which includes association type in serializer 2016-05-17 12:30:59 -05:00
generators Only load generators when needed 2016-01-15 01:52:27 -06:00
include_tree Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
serializers Assert Schema (#1677) 2016-05-17 13:22:38 -04:00
support Restrict serializable_hash to accepted options (#1647) 2016-04-11 13:10:18 -05:00
active_record_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
adapter_test.rb Restrict serializable_hash to accepted options, only for tests 2016-04-13 00:40:57 -05:00
array_serializer_test.rb Drop support for Rails 4.0 and Ruby 2.0.0 2016-04-04 11:41:35 -06:00
cache_test.rb Consolidate and simplify caching code 2016-04-13 01:08:09 -05:00
collection_serializer_test.rb Include Serializer._type in collection serializer json_key cascade 2016-03-27 10:55:31 -05:00
grape_test.rb Rubocop autocorrect 2016-03-08 22:32:34 +01:00
lint_test.rb RFC: Json Api Errors (WIP) 2016-03-06 12:03:14 -06:00
logger_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
poro_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
serializable_resource_test.rb Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00
test_helper.rb Restrict serializable_hash to accepted options, only for tests 2016-04-13 00:40:57 -05:00