aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-2/+5
* | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-151-0/+1
|\ \
| * | Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+1
* | | Changelog for the new purpose metadata and improved testsAssain2018-08-131-8/+4
|/ /
* / Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+166
|/
* 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
* | Merge pull request #33446 from ptoomey3/nested-respond-toRichard Schneeman2018-07-311-0/+34
|\ \
| * | Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-301-0/+34
* | | Remove Rubocop's comments from Rails code basebogdanvlviv2018-07-261-4/+0
|/ /
* | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-254-7/+9
|\ \
| * | Turn on performance based copsDillon Welch2018-07-234-7/+9
* | | Rails guides are now served over httpsPaul McMahon2018-07-241-5/+5
|/ /
* | Add implicit to path conversion to uploaded file (#28676)Aaron Kromer2018-07-221-0/+6
* | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2Kasper Timm Hansen2018-07-202-15/+80
|\ \
| * | Show nested exceptions on the debug viewYuki Nishijima2018-07-152-15/+80
* | | 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
* | | Add test case for the `|` token in Journey scannervaidehijoshi2018-06-181-0/+6
* | | Fix rubocop violationsbogdanvlviv2018-06-151-1/+1
|/ /
* | Fix bug with eager_load in development environmentDan Jensen2018-06-111-0/+9
* | 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-135-7/+7
* | Add support for prefetch-src directiveyuuji.yaginuma2018-05-031-0/+6
* | Reset CONTENT_LENGTH between test requestsEugene Kenny2018-05-011-0/+8
* | Break up Journey's scanner testvaidehijoshi2018-04-241-47/+50
* | 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
* | | Merge pull request #23868 from gsamokovarov/debug-exceptions-interceptorsRafael França2018-04-201-0/+24
|\ \ \
| * | | Introduce ActionDispatch::DebugExceptions interceptorsGenadi Samokovarov2018-04-201-0/+24
* | | | 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-1914-26/+26
* | | | Pass nonce to CSP policy from outsideAndrew White2018-04-181-21/+72