aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Include application/javascript when checking content_typeGabriel Jaldon2018-05-271-0/+5
* | | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-133-4/+4
* | | Reset CONTENT_LENGTH between test requestsEugene Kenny2018-05-011-0/+8
* | | Reset RAW_POST_DATA between test requestsEugene Kenny2018-04-201-0/+8
* | | Merge pull request #29286 from vinistock/create_missing_exact_template_exceptionRafael Mendonça França2018-04-202-3/+3
|\ \ \
| * | | Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-202-3/+3
* | | | warning: ambiguous first argument; put parentheses or a space even after `/' ...utilum2018-04-201-1/+1
* | | | Merge pull request #32593 from sdhull/fix-strong-params-permit-bangRafael Mendonça França2018-04-191-1/+4
|\ \ \ \
| * | | | Fixes StrongParameters permit! to work with nested arraysSteve Hull2018-04-161-1/+4
* | | | | Replace `assert !` with `assert_not`Daniel Colson2018-04-197-13/+13
|/ / / /
* | | | Fix rendering a differently-formatted partial after cachingGeorge Claghorn2018-04-131-0/+8
* | | | Add `TestCaseTest#test_request_format_kwarg_doesnt_mutate_params` to masterbogdanvlviv2018-04-101-0/+8
* | | | Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-042-7/+7
|\ \ \ \
| * | | | Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-032-7/+7
* | | | | Merge pull request #32336 from vincedevendra/allow_mutating_dig_return_valueAaron Patterson2018-04-021-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make mutating params#dig mutate underlying paramsVince DeVendra2018-03-241-0/+8