aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-2/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Update the promisse that ActionController::TestCase will be extractedRafael Mendonça França2019-01-171-1/+1
* Remove mention about `Test::Unit::TestCase` [ci skip]bogdanvlviv2019-01-021-3/+0
* Allow nil params on controller HTTP test methodsr7kamura2018-12-181-2/+2
* e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-1/+1
* Use Rack to generate query information under testAaron Patterson2018-06-081-1/+1
* Reset CONTENT_LENGTH between test requestsEugene Kenny2018-05-011-0/+1
* Reset RAW_POST_DATA between test requestsEugene Kenny2018-04-201-4/+5
* ActionController::TestCase: fix #post documentation [ci skip]Misty De Meo2018-01-291-1/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-1/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Controller] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Revert "Merge pull request #27775 from domcleal/27774-format-reset"Rafael Mendonça França2017-03-211-1/+0
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-5/+5
* Delete PATH_INFO after each controller test requestDominic Cleal2017-01-231-0/+1
* Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-111-2/+3
* Update `cookies` helper on all HTTP requestsJon Moss2017-01-051-3/+2
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Merge pull request #27146 from maclover7/jm-fix-27145Eileen M. Uchitelle2016-12-191-2/+0
|\
| * Do not clear HTTP_COOKIES header after requestJon Moss2016-12-111-2/+0
* | Missing require "active_support/testing/constant_lookup"Akira Matsuda2016-12-141-0/+1
|/
* Fixed CONTENT_LENGTH header in ActionController::TestRequestArtem Rashev2016-11-151-2/+3
* Remove deprecated support to non-keyword arguments #processRafael Mendonça França2016-10-101-70/+16
* Remove deprecated `xml_http_request` and `xhr` methodsRafael Mendonça França2016-10-101-15/+0
* Merge pull request #26573 from kirs/action-controller-as-formatRafael França2016-09-271-4/+4
|\
| * Make :as option also set request format (AC::TestCase)Kir Shatrov2016-09-211-4/+4
* | Do not mutate AC::TestRequest::DEFAULT_OPTIONSKir Shatrov2016-09-101-1/+1
|/
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-6/+6
* Fix typo in the hook nameRafael Mendonça França2016-08-251-1/+1
* Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+1
* Copy edits in the documentation [ci skip]Rafael Mendonça França2016-08-191-1/+1
* Set the request type if as: is specifiedEverest Munro-Zeisberger2016-08-181-1/+8
* Merge pull request #25862 from prathamesh-sonpatki/start-documenting-ac-testc...प्रथमेश Sonpatki2016-08-171-6/+12
|\
| * Start documenting ActionController::TestCase againPrathamesh Sonpatki2016-08-171-6/+12
* | Merge pull request #26092 from kerrizor/kerrizor/force-param-encodingAaron Patterson2016-08-101-5/+8
|\ \
| * | Allow specifying encoding of parameters by actionKerri Miller2016-08-091-5/+8
* | | Remove unused methodAndrew White2016-08-101-5/+0
|/ /
* | code gardening: removes redundant selfsXavier Noria2016-08-081-4/+4
* | applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-44/+44
* | applies new string literal convention in actionpack/libXavier Noria2016-08-061-36/+36
* | Reset rack.input when the environment is scrubbed for the next requestNick Sieger2016-07-271-0/+1
|/
* Clean up the test request/response even after an exceptionMatthew Draper2016-06-011-23/+26
* Fixes #23964Ryan T. Hosford2016-03-131-0/+2
* Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-031-1/+1
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-1/+1
* Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-241-1/+1
|\
| * Update Session to utilize indiffernt accessTom Prats2016-01-301-1/+1