aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-4/+0
|\
| * Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-4/+0
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-2927-92/+92
* | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-271-1/+1
|\ \
| * | Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-271-1/+1
* | | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-271-1/+13
|/ /
* | Merge pull request #33979 from lzap/masterRafael França2018-09-271-0/+8
|\ \
| * | Added ActionController::Parameters.each_value methodLukas Zapletal2018-09-271-0/+8
* | | 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-253-14/+44
* | | Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-0/+5
|\ \ \ | |/ / |/| |
| * | Add hack to deal with warningsAaron Patterson2018-09-241-1/+1
| * | Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+5
* | | Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-232-4/+48
|\ \ \
| * | | Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-132-4/+48
* | | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-2315-23/+22
| |/ / |/| |
* | | Merge pull request #32932 from y-yagi/fixes_32920Yuji Yaginuma2018-09-201-1/+1
|\ \ \
| * | | Add CSP nonce to `style-src` directiveyuuji.yaginuma2018-05-191-1/+1
* | | | [ci skip] Fix documentation for Response#content_typeprintercu2018-09-141-10/+10
* | | | Make sure the flash method is defined even if helpers are not presentRafael Mendonça França2018-09-131-5/+3
* | | | Merge pull request #33569 from eric-hemasystems/conditional-flash-helperRafael França2018-09-131-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Conditionally use `helper_method` in Flash concernEric Anderson2018-08-091-3/+5
* | | | Update documentation to ActionController::ConditionalGetAnatoly Mikhaylov2018-09-031-0/+6
* | | | Faster permitted_scalar_filterschneems2018-08-311-8/+20
* | | | [ci skip] Document permitted_scalar_filterschneems2018-08-301-0/+10
* | | | Fewer allocations in caching/fragments.rbschneems2018-08-291-1/+5
* | | | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-297-18/+15
|\ \ \ \
| * | | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-273-8/+5
| * | | | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-242-4/+4
| * | | | Convert over the rest of the whitelist referencesKevin Deisz2018-08-245-9/+9
* | | | | Focus search input after page load on /rails/info/routes (#33683)James Brooks2018-08-281-0/+3
* | | | | Call block to #redirect_to in controller context (#33735)speckins2018-08-271-1/+1
* | | | | Clarify example of the test [ci skip] 黄松2018-08-251-2/+2
* | | | | Format respond_to method as code in doc [ci skip]Rob Zolkos2018-08-251-1/+1
|/ / / /
* | | | Merge pull request #33704 from matthewd/helper-path-with-sizeMatthew Draper2018-08-231-2/+1
|\ \ \ \
| * | | | Use string lengths instead of regexp to extract pathMatthew Draper2018-08-231-2/+1
* | | | | Merge pull request #33698 from bogdanvlviv/follow-up-33693Rafael França2018-08-221-1/+0
|\ \ \ \ \
| * | | | | Remove extra execution of `uniq!` on action_methodsbogdanvlviv2018-08-221-1/+0
* | | | | | Merge pull request #33695 from peterzhu2118/masterRafael França2018-08-221-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-6/+6
| |/ / / /
* / / / / Two fewer array allocations on action_methodsschneems2018-08-221-1/+4
|/ / / /
* | | | Show the `ENV` value correctly in the doc of `combined_fragment_cache_key` [c...yuuji.yaginuma2018-08-221-1/+1
* | | | Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-1/+1
| |_|/ |/| |
* | | Fix unclosed tags [ci skip]yuuji.yaginuma2018-08-181-1/+1
* | | add missing indifferent_access require for #normalize_encode_paramsWill Jordan2018-08-161-0/+2
* | | Fix rubocop offensesbogdanvlviv2018-08-151-1/+1
* | | Use `Array#extract!` where possiblebogdanvlviv2018-08-141-2/+3
* | | Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-122-13/+30
* | | Merge pull request #31640 from gingerlime/patch-1Richard Schneeman2018-08-101-4/+11
|\ \ \ | |/ / |/| |