aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1310-16/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-014-4/+4
* Merge pull request #36329 from XrXr/no-doc-template-assertionsRafael França2019-05-221-1/+1
|\
| * Remove compatibility module from docs [ci skip]Alan Wu2019-05-221-1/+1
* | 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
* Revert "Include Caching module for ActionController::API"Rafael França2019-04-221-1/+0
* Make sure api controllers can perform caching as wellst00122019-04-191-0/+1
* 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
* | Deduplicate strings held by the routerJean Boussier2019-04-031-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 #35121 from utilum/warning_tried_to_create_proc_without_blockKasper Timm Hansen2019-03-101-2/+2
|\ \
| * | ActionPack Proc.new without a blockutilum2019-02-131-2/+2
* | | [ci skip] Fix typosShailesh Kalamkar2019-03-071-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
* | | Update the promisse that ActionController::TestCase will be extractedRafael Mendonça França2019-01-171-1/+1
* | | 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
* | Remove mention about `Test::Unit::TestCase` [ci skip]bogdanvlviv2019-01-021-3/+0
* | 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-202-4/+0
* | Allow nil params on controller HTTP test methodsr7kamura2018-12-181-2/+2
* | colorize the unpermitted params log messageblahed2018-12-031-1/+1
* | Allow rescue from parameter parse errorsGannon McGibbon2018-11-131-1/+4
* | 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
|/ /
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-151-1/+1
* | Add allocations to template renderer subscriptionEileen Uchitelle2018-10-101-2/+5
* | Fix call sitesGannon McGibbon2018-10-021-1/+1
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-296-8/+8
* | 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-234-4/+4