rails/actionpack/lib
Prathamesh Sonpatki c33bda875e
API only apps: Preserve request format for HTML requests too
- Earlier we were responding with JSON format for HTML requests in a API
  app.
- Now we will respond with HTML format for such requests in API apps.
- Also earlier we were not testing the API app's JSON requests
  properly. We were actually sending HTML requests. Now we send correct
  JSON requests. Also added more test coverage.
- Based on the discussion from this commit -
  05d89410bf.

[Prathamesh Sonpatki, Jorge Bejar]
2016-05-11 09:04:02 +05:30
..
abstract_controller Move protected instance variable to the right place 2016-05-05 11:18:10 -05:00
action_controller Implement helpers proxy in controller instance level 2016-05-05 16:17:17 -05:00
action_dispatch API only apps: Preserve request format for HTML requests too 2016-05-11 09:04:02 +05:30
action_pack Prep Rails 5 beta 4 2016-04-27 15:48:47 -05:00
abstract_controller.rb Move Caching module to Abstract Controller 2016-02-23 21:11:15 -03:00
action_controller.rb Move Caching module to Abstract Controller 2016-02-23 21:11:15 -03:00
action_dispatch.rb Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
action_pack.rb Update copyright notices to 2016 [ci skip] 2015-12-31 18:27:19 +02:00