aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Make Rails Facebook-freeSasha Koss2018-12-241-2/+2
* Remove unused methodsyuuji.yaginuma2018-12-231-26/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-213-50/+38
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Pass the correct value as JSONyuuji.yaginuma2018-12-191-1/+1
* Merge pull request #34737 from r7kamura/feature/test-case-params-nilKasper Timm Hansen2018-12-181-0/+12
|\
| * Allow nil params on controller HTTP test methodsr7kamura2018-12-181-0/+12
* | More exercise `test_running_prepended_before_and_after_action`Ryuta Kamizono2018-12-191-1/+3
|/
* Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-0/+14
* Merge pull request #20865 from colavitam/only-except-behaviorRafael Mendonça França2018-11-191-0/+22
|\
| * :only and :except are now chained for routing resource(s)Michael Colavita2015-07-131-0/+22
* | Allow rescue from parameter parse errorsGannon McGibbon2018-11-132-0/+60
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-151-2/+6
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-4/+3
* | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-1/+1
|\ \
| * | Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-1/+1
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-3/+3
* | | Merge pull request #33979 from lzap/masterRafael França2018-09-271-0/+18
|\ \ \
| * | | Added ActionController::Parameters.each_value methodLukas Zapletal2018-09-271-0/+18
* | | | Merge branch 'master' into eager-url-helpersAaron Patterson2018-09-265-5/+5
|\ \ \ \
| * | | | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-255-5/+5
| |/ / /
* / / / Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-251-3/+4
|/ / /
* | | Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-231-2/+2
|\ \ \
| * | | Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-2/+2
* | | | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-4/+5
|\ \ \ \
| * | | | Remove private defSakshi Jain2018-09-231-4/+5
* | | | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-233-3/+3
|/ / / /
* | | | Add missing test case for `redirect_to` when request includes a port.Guo Xiang Tan2018-09-211-0/+7
* | | | Make sure the flash method is defined even if helpers are not presentRafael Mendonça França2018-09-131-1/+8
* | | | Merge pull request #33569 from eric-hemasystems/conditional-flash-helperRafael França2018-09-131-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Conditionally use `helper_method` in Flash concernEric Anderson2018-08-091-0/+8
| |/ /
* | | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-291-1/+1
|\ \ \
| * | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-1/+1
| * | | Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-1/+1
| |/ /
* / / Call block to #redirect_to in controller context (#33735)speckins2018-08-271-0/+16
|/ /
* | Merge pull request #28937 from maclover7/jm-fix-28927Rafael França2018-07-311-0/+14
|\ \
| * | Default content type for `head` is `text/html`Jon Moss2017-04-301-0/+14
* | | Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-301-0/+34
* | | Turn on performance based copsDillon Welch2018-07-233-6/+4
* | | Prevent `RequestEncoder#encode_params` to parse falsey paramsAlireza Bashiri2018-07-201-0/+14
* | | test_should_impose_childless_html_tags_in_html failure with JRubypavel2018-07-151-1/+7
* | | Merge pull request #33341 from Edouard-chin/ec-fix-to-paramRafael França2018-07-121-2/+15
|\ \ \
| * | | e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-2/+15
* | | | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-122-4/+0
|/ / /
* | | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)Remo Fritzsche2018-07-051-0/+10
* | | Convert hashes into parameters (#33076)Kevin Sjöberg2018-06-191-0/+21
* | | Merge pull request #33134 from dasch/dasch/extra-cache-controlsEileen M. Uchitelle2018-06-191-0/+20
|\ \ \
| * | | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-131-0/+20
* | | | Fix rubocop violationsbogdanvlviv2018-06-151-1/+1
|/ / /
* | | Use Rack to generate query information under testAaron Patterson2018-06-081-2/+10