aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | 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
|\ \ \