active_model_serializers/test/unit/active_model/serializer
Steve Klabnik f7f5e29358 Merge pull request #601 from radanskoric/fix-nested-embed-in-root
Fix for nested embed_in_root when serializer used as part of an association
2014-08-31 19:57:27 -04:00
..
associations Use Minitest::Test instead of ActiveModel::TestCase 2014-01-09 21:52:10 -02:00
associations_test.rb Use Minitest::Test instead of ActiveModel::TestCase 2014-01-09 21:52:10 -02:00
attributes_test.rb Use Minitest::Test instead of ActiveModel::TestCase 2014-01-09 21:52:10 -02:00
config_test.rb Support lowerCamel key format 2014-03-30 12:31:21 -04:00
filter_test.rb Add :only/:except options 2014-03-12 16:55:08 -03:00
has_many_polymorphic_test.rb Add tests for has_many polymorphic 2014-08-25 23:32:09 -07:00
has_many_test.rb embed_in_root works even if serializer is invoked through another serializers' association which itself does not have embed_in_root set 2014-08-23 18:21:24 +02:00
has_one_polymorphic_test.rb Add tests for has_one polymorphic 2014-08-25 23:32:09 -07:00
has_one_test.rb embed_in_root works even if serializer is invoked through another serializers' association which itself does not have embed_in_root set 2014-08-23 18:21:24 +02:00
key_format_test.rb root key format 2014-04-14 13:45:12 -04:00
meta_test.rb Use Minitest::Test instead of ActiveModel::TestCase 2014-01-09 21:52:10 -02:00
options_test.rb Custom options are accessible in serializer (via :context) 2014-07-28 13:10:02 -04:00
root_test.rb Use Minitest::Test instead of ActiveModel::TestCase 2014-01-09 21:52:10 -02:00
scope_test.rb Use Minitest::Test instead of ActiveModel::TestCase 2014-01-09 21:52:10 -02:00