rails/actionpack/test/dispatch
Benjamin Fleischer c4d90b70f4 The JSON API media type should only work wih a JSON API handler
Since the media type 'application/vnd.api+json' is a spec,
it is inappropriate to handle it with the JSON renderer.

This PR removes support for a JSON API media type.

I would recommend the media type be registered on its own as `jsonapi`
when a jsonapi Renderer and deserializer (Http::Parameters::DEFAULT_PARSERS) are added.

Is related to work in https://github.com/rails/rails/pull/21496
2016-02-16 21:44:23 -06:00
..
request The JSON API media type should only work wih a JSON API handler 2016-02-16 21:44:23 -06:00
routing Add options for rake routes task 2016-02-02 00:27:30 +05:30
session implement abstract store methods 2015-09-04 19:25:59 -07:00
callbacks_test.rb Remove unused block arguments 2015-08-25 09:31:12 +05:30
cookies_test.rb Push before_sending to super class 2015-12-06 15:32:40 -05:00
debug_exceptions_test.rb DebugException initialize with a response_format value 2015-12-09 10:53:45 -03:00
exception_wrapper_test.rb Remove mocha from ActionPack tests 2015-09-05 16:58:40 +02:00
header_test.rb Introduce Headers#add. Move Response#add_header upstream. 2015-10-03 21:59:18 -07:00
live_response_test.rb Push before_sending to super class 2015-12-06 15:32:40 -05:00
mapper_test.rb Brush up errors of ActionDispatch::Routing::Mapper#mount 2015-11-28 10:50:11 +09:00
middleware_stack_test.rb Currectly test the Middleware#== 2015-12-22 17:09:26 -02:00
mime_type_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
mount_test.rb make the routes reader private 2015-08-18 16:33:18 -07:00
prefix_generation_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
rack_cache_test.rb Dump and load rack-cache stuff. 2011-05-17 17:33:17 -04:00
reloader_test.rb Reset callbacks after test. 2014-06-05 22:30:53 +08:00
request_id_test.rb Prefer request_id over uuid and test the alias 2015-02-20 20:47:59 -02:00
request_test.rb Format from Accept headers have higher precedence than path extension format 2015-12-29 13:43:14 -03:00
response_test.rb Response etags to always be weak: Prefixed W/ to value returned by ActionDispatch::Http::Cache::Response#etag= such that etags set in fresh_when and stale? are weak. For #17556. 2016-01-20 07:57:30 +05:30
routing_assertions_test.rb Add test to assert_recognizes with custom message 2014-09-05 16:47:00 -03:00
routing_test.rb Fix marking of custom routes for Journey 2016-01-20 17:59:13 +00:00
show_exceptions_test.rb Use URL path extension as format in bad params exception handling 2015-12-08 21:23:47 -03:00
ssl_test.rb Remove splat operator warning from ssl_test 2016-01-07 13:53:10 +05:30
static_test.rb Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped version exists or not. This is helpful for CDN's to later distinguish assets, based on previous, current copies and introduced gzip version if any." 2016-01-19 16:22:40 -06:00
test_request_test.rb Get rid of mocha tests - part 1 2015-08-24 12:24:07 +02:00
test_response_test.rb only call methods that are on the superclass 2015-07-14 07:46:17 -07:00
uploaded_file_test.rb always transcode the file to utf-8 2014-07-16 11:35:27 -07:00
url_generation_test.rb In url_for, never append ? when the query string is empty anyway. 2015-10-29 17:02:13 -07:00