aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
Commit message (Expand)AuthorAgeFilesLines
* fix `follow_redirect!` not using the same HTTP verb on 307 redirection:Edouard CHIN2019-07-251-3/+8
* No Woman, No tryAkira Matsuda2019-07-121-1/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-012-2/+2
* Raise exception when building invalid mime typeJohn Hawthorn2019-03-141-2/+2
* appropriate typo fixalkesh262019-02-191-1/+1
* Support testing of non-ActionDispatch-routed apps.Darren Cheng2019-02-051-1/+1
* Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-221-1/+8
|\
| * Only cache the view_context_class in one placeAaron Patterson2019-01-181-1/+8
* | 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
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-27/+10
* Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-251-10/+27
* Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-0/+5
|\
| * Add hack to deal with warningsAaron Patterson2018-09-241-1/+1
| * Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+5
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-3/+2
|/
* Clarify example of the test [ci skip] 黄松2018-08-251-2/+2
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-282-3/+3
* Prevent `RequestEncoder#encode_params` to parse falsey paramsAlireza Bashiri2018-07-201-1/+1
* Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)Remo Fritzsche2018-07-051-3/+4
* Merge pull request #29955 from padi/update_actiondispatch_integration_docsRyuta Kamizono2018-05-041-0/+6
|\
| * Updates (rdoc) documentation on ActionDispatch::Integration::Session#processMarc Rendl Ignacio2017-07-271-0/+6
* | [Action Pack] require => require_relativeAkira Matsuda2017-10-213-4/+4
* | [ci skip]Enable link to ActionDispatch::Integration::Session#process in rdocwillnet2017-10-121-12/+12
* | Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
* | Deprecate ActionDispatch::TestResponse response aliasesTrevor Wistaff2017-08-071-3/+21
* | Use frozen string literal in actionpack/Kir Shatrov2017-07-299-0/+18
|/
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-029-9/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-029-0/+9
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-019-0/+9
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
| |\ \ | | |/ | |/|
| | * Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | | [Action Dispatch] require => require_relativeAkira Matsuda2017-07-013-4/+4
|/ /
* | Calling `follow_redirect!` does not reset the `html_document`:Edouard CHIN2017-06-261-1/+1
* | Removed reference to unexisting methods:Edouard CHIN2017-06-231-2/+1
|/
* `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-5/+6
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-224-11/+9
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-134-11/+9
* | Cleanup documentation fixes (#28460)Vipul A M2017-03-171-3/+3
* | Updates incorrect documentation [ci skip]Dmitriy Budnik2017-03-161-4/+3
* | Fix Typo [ci skip]Olivier2017-03-131-1/+1
|/
* Remove unused requireRyuta Kamizono2017-02-121-1/+0
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* String#end_with? should be faster than Regexp hereAkira Matsuda2017-01-051-1/+1
* fix with_routing when testing api only controllersJulia López2016-12-291-2/+5
* Only move fixture_file_upload to IntegrationTestMatthew Draper2016-12-072-18/+22
* [ci skip] Update the `as` docs.Kasper Timm Hansen2016-11-271-1/+2
* Remove default argument value.Kasper Timm Hansen2016-11-271-1/+1