active_model_serializers/test/support
Wasif Hossain 55a6b23cd8
Configure ActionDispatch::Response#content_type behavior on Rails 6+
in order to retain old behavior,
set `config.action_dispatch.return_only_media_type_on_content_type`
to true

it can also be configured by setting
`ActionDispatch::Response.return_only_media_type_on_content_type`
2019-08-23 23:46:29 +06:00
..
custom_schemas/active_model_serializers/test/schema_test/my Create assert_response_schema test helper 2016-01-15 00:45:56 -06:00
schemas Create assert_response_schema test helper 2016-01-15 00:45:56 -06:00
isolated_unit.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
rails5_shims.rb Add frozen_string_literal pragma to ruby files 2018-12-17 16:54:56 +01:00
rails_app.rb Configure ActionDispatch::Response#content_type behavior on Rails 6+ 2019-08-23 23:46:29 +06:00
ruby_2_6_rails_4_2_patch.rb Mention current rails version for #2327 ruby2.6/rails4.2 monkeypatch 2019-04-23 15:18:18 +06:00
serialization_testing.rb Add support for Rails 6.0.0 on Travis 2019-08-21 22:21:31 +06:00