aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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-203-7/+22
* Merge pull request #20865 from colavitam/only-except-behaviorRafael Mendonça França2018-11-192-2/+30
|\
| * :only and :except are now chained for routing resource(s)Michael Colavita2015-07-133-3/+40
* | Remove unused `Journey::Router::RoutingError`yuuji.yaginuma2018-11-181-3/+0
* | Allow rescue from parameter parse errorsGannon McGibbon2018-11-138-8/+95
* | Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-132-2/+12
* | Fix broken CHANGELOG markup [ci skip]Ryuta Kamizono2018-11-081-3/+3
* | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* | Merge pull request #34314 from bf4/patch-2Gannon McGibbon2018-10-301-1/+1
|\ \
| * | ActionController::API *does* support cookies, sessionsBenjamin Fleischer2018-10-251-1/+1
* | | We don't want these internal methods as public methods in our controllersAkira Matsuda2018-10-301-23/+25
|/ /
* | Use request object for context if there's no controllerAndrew White2018-10-223-3/+20
* | Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-223-3/+21
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-153-3/+11
* | Remove invalid magic comment [ci skip]Yoshiyuki Kinjo2018-10-111-2/+0
* | Merge pull request #34109 from bogdanvlviv/follow-up-34064Eileen M. Uchitelle2018-10-101-21/+0
|\ \
| * | Follow up #34064bogdanvlviv2018-10-061-21/+0
* | | Add allocations to template renderer subscriptionEileen Uchitelle2018-10-101-2/+5
* | | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-084-125/+16
|/ /
* | Don't use deprecated `Module#parents`yuuji.yaginuma2018-10-051-1/+1
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-038-67/+32
* | Fix call sitesGannon McGibbon2018-10-022-2/+2
* | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-013-5/+5
|\ \
| * | Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-203-5/+5
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-2929-95/+95
* | | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-272-1/+17
|\ \ \
| * | | Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-272-1/+17
* | | | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-272-1/+28
|/ / /
* | | Merge pull request #33979 from lzap/masterRafael França2018-09-272-0/+26
|\ \ \
| * | | Added ActionController::Parameters.each_value methodLukas Zapletal2018-09-272-0/+26
* | | | 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
* | | | | Routes from Engine Railties should not be an infinite loopAaron Patterson2018-09-261-2/+4
* | | | | Allow helpers to be deferred until the routes have been finalizedAaron Patterson2018-09-252-5/+24
* | | | | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-257-27/+62
|/ / / /
* | | | Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-252-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Add hack to deal with warningsAaron Patterson2018-09-241-1/+1
| * | | Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-242-0/+6
* | | | Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-235-6/+99
|\ \ \ \
| * | | | Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-135-6/+99
* | | | | 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-2322-31/+30
|/ / / / /
* | | | | 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-202-1/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add CSP nonce to `style-src` directiveyuuji.yaginuma2018-05-192-1/+16
* | | | | [ci skip] Fix documentation for Response#content_typeprintercu2018-09-141-10/+10