rails/actionpack/test
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
..
abstract Revert "ActionController::Base#process() now only takes an action name" 2015-10-29 16:18:27 -07:00
assertions Add both HTTP Response Code and Type to assertion messages 2016-01-12 13:09:00 -07:00
controller Merge pull request #23692 from abhishekjain16/docs 2016-02-16 10:32:00 +01:00
dispatch The JSON API media type should only work wih a JSON API handler 2016-02-16 21:44:23 -06:00
fixtures Merge pull request #22800 from dgynn/pr_cache_helper_options 2016-01-29 00:15:19 -05:00
journey Remove TestRouter#add_routes 2015-09-29 13:43:11 +09:00
lib/controller Removing unused fake models 2014-09-07 22:51:14 -03:00
routing Remove deprecate *_path helpers in email views 2015-01-04 11:58:42 -03:00
tmp
abstract_unit.rb do not run in parallel on travis 2016-01-12 15:55:47 -08:00