aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/test_response.rb
Commit message (Expand)AuthorAgeFilesLines
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-1/+1
* Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-171-27/+0
* Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-6/+5
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Deprecate ActionDispatch::TestResponse response aliasesTrevor Wistaff2017-08-071-3/+21
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Let TestResponse assign a parser.Kasper Timm Hansen2016-07-101-2/+7
* Add fixes accidentally removed.Kasper Timm Hansen2016-02-121-1/+1
* Memoize `parsed_body`.Kasper Timm Hansen2016-02-111-1/+1
* Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-111-1/+1
* Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-101-0/+6
* stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-1/+1
* Rack implements `redirect?` so we don't need itAaron Patterson2015-07-141-3/+0
* Revert work arounds for upstream Ruby 2.2.0 kwargs bugGenadi Samokovarov2015-03-051-1/+1
* Work around for upstream Ruby bug #10685Genadi Samokovarov2015-03-011-1/+1
* Fix default headers in test responsesJeremy Kemper2015-02-251-12/+1
* Default headers, removed in controller actions, will not be reapplied to the ...Jonas Baumann2015-01-091-0/+7
* Don't duplicate Rack::Response functionality. [#5320 state:resolved]John Firebaugh2010-09-251-18/+4
* Cleanup deprecations in Action DispatchCarlos Antonio da Silva2010-09-061-93/+0
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-2/+2
* Deprecation notice for TestResponse#redirected_toJoshua Peek2010-01-301-0/+5
* SessionRestoreError belongs in ADJoshua Peek2009-09-231-2/+2
* Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-12/+6
* Deprecate assert_redirect_to's partial hash matchingJoshua Peek2009-05-021-0/+6
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-0/+131