aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-013-3/+3
* Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-221-0/+17
* Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-181-7/+5
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-7/+17
* Remove unused modules from StrongParametersPatrik Bóna2019-04-151-4/+0
* Merge pull request #32541 from sergiogomez/remove-lock-from-params-wrapperMatthew Draper2019-04-121-1/+1
|\
| * Remove lock from method modelSergio Gómez2018-04-121-1/+1
* | Fix annotated typoPrathamesh Sonpatki2019-03-291-1/+1
* | Suggest 'strict-origin' Referrer-Policy headerTom Richards2019-03-171-1/+1
* | Update small typo in documentation.Kurt Mueller2019-03-121-1/+1
* | Merge pull request #35400 from aglushkov/stream_manual_cache_controlAaron Patterson2019-02-251-1/+1
|\ \
| * | Allow custom cache-control header in AC::LiveAndrey Glushkov2019-02-251-1/+1
* | | Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
|/ /
* | Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* | Typo fixes action pack.alkesh262019-01-262-2/+2
* | Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_hostRafael França2019-01-222-29/+7
|\ \
| * | Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-222-29/+7
* | | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-222-3/+3
|\ \ \ | |/ / |/| |
| * | Remove args from `default_render`Aaron Patterson2019-01-172-3/+3
* | | Ensure external redirects are explicitly allowedGannon McGibbon2019-01-173-17/+39
* | | Document that `format.any` can match all formatsDaniel Schierbeck2019-01-161-0/+8
|/ /
* | Capture parsing errors for ActionController::ParamsWrapper#process_actionHaroon Ahmed2019-01-081-16/+17
* | Import Action MailboxGeorge Claghorn2018-12-251-12/+11
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-5/+3
* | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-2/+0
* | Allow rescue from parameter parse errorsGannon McGibbon2018-11-131-1/+4
* | We don't want these internal methods as public methods in our controllersAkira Matsuda2018-10-301-23/+25
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-151-1/+1
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-294-6/+6
* | Added ActionController::Parameters.each_value methodLukas Zapletal2018-09-271-0/+8
* | Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-231-4/+3
|\ \
| * | Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-4/+3
* | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-233-3/+3
* | | 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
* | | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-295-12/+12
|\ \ \
| * | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-272-4/+4
| * | | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-2/+2
| * | | Convert over the rest of the whitelist referencesKevin Deisz2018-08-244-8/+8
* | | | Call block to #redirect_to in controller context (#33735)speckins2018-08-271-1/+1
* | | | Format respond_to method as code in doc [ci skip]Rob Zolkos2018-08-251-1/+1
|/ / /
* | | Use string lengths instead of regexp to extract pathMatthew Draper2018-08-231-2/+1
* | | Fix rubocop offensesbogdanvlviv2018-08-151-1/+1
* | | Merge pull request #31640 from gingerlime/patch-1Richard Schneeman2018-08-101-4/+11
|\ \ \ | |/ / |/| |
| * | fixes #27157 CSRF protection documentationgingerlime2018-01-051-4/+11
* | | Merge pull request #28937 from maclover7/jm-fix-28927Rafael França2018-07-311-1/+1
|\ \ \