aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Use `Testing::Parallelization` in Action Packs's testyuuji.yaginuma2018-11-281-77/+1
* Use env instead of headers on those testsRafael Mendonça França2018-11-261-14/+14
* Raise an error on root route naming conflicts.Gannon McGibbon2018-11-201-3/+13
* 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
* | Use request object for context if there's no controllerAndrew White2018-10-221-2/+8
* | Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-221-2/+2
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-151-2/+6
* | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-41/+3
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-034-18/+13
* | 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 #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-271-0/+16
|\ \ \
| * | | Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-271-0/+16
* | | | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-271-0/+15
|/ / /
* | | 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-269-10/+10
|\ \ \ \
| * | | | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-259-10/+10
* | | | | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-254-13/+18
|/ / / /
* | | | Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+1
* | | | Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-232-2/+39
|\ \ \ \
| * | | | Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-132-2/+39
* | | | | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-232-12/+15
|\ \ \ \ \
| * | | | | Remove private defSakshi Jain2018-09-232-12/+15
* | | | | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-237-8/+8
|/ / / / /
* | | | | Merge pull request #33934 from tgxworld/add_missing_test_caseRyuta Kamizono2018-09-211-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add missing test case for `redirect_to` when request includes a port.Guo Xiang Tan2018-09-211-0/+7
* | | | | Merge pull request #32932 from y-yagi/fixes_32920Yuji Yaginuma2018-09-201-0/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add CSP nonce to `style-src` directiveyuuji.yaginuma2018-05-191-0/+15
* | | | | 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
|/ / / / /
* | | / / 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
|/ / / /