aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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 unclosed tags [ci skip]yuuji.yaginuma2018-08-181-1/+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
|\ \
| * | Default content type for `head` is `text/html`Jon Moss2017-04-301-1/+1