aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Make Rails Facebook-freeSasha Koss2018-12-241-2/+2
* Add missing require for `IPAddr`yuuji.yaginuma2018-12-241-0/+1
* Remove unused methodsyuuji.yaginuma2018-12-231-26/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-217-147/+113
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-213-3/+3
* 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
|/
* Merge branch 'master' into host-authorizationEileen M. Uchitelle2018-12-171-0/+14
|\
| * Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-0/+14
* | Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-0/+160
|/
* 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