aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-302-0/+21
* | | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-251-3/+1
|\ \ \
| * | | Turn on performance based copsDillon Welch2018-07-231-3/+1
* | | | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
|/ / /
* | | Add render options in action_controller/renderer for api documentation [ci skip]Alireza Bashiri2018-07-221-0/+15
* | | Clarify example of the test `ActionController::HttpAuthentication::Token` [ci...bogdanvlviv2018-07-211-4/+3
* | | [ci skip] Fix syntax error + make example easier to follow.Kasper Timm Hansen2018-07-201-2/+3
* | | Fix basic auth problem in ActionController::HttpAuthentication::Basic doc黄松2018-07-201-2/+2
* | | e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-1/+1
* | | Convert hashes into parameters (#33076)Kevin Sjöberg2018-06-191-10/+8
* | | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-131-1/+3
* | | Use Rack to generate query information under testAaron Patterson2018-06-081-1/+1
* | | Avoid unused capture in `non_xhr_javascript_response?`Ryuta Kamizono2018-05-311-1/+1
* | | Include application/javascript when checking content_typeGabriel Jaldon2018-05-271-1/+1
* | | Speed up xor_byte_strings by 70%Jeremy Evans2018-05-181-3/+8
* | | Fix documentation for ActionController::Params#fetchLinus Marton2018-05-181-1/+3
* | | Merge pull request #32773 from eugeneius/content_length_multiple_requestsGeorge Claghorn2018-04-301-0/+1
|\ \ \
| * | | Reset CONTENT_LENGTH between test requestsEugene Kenny2018-05-011-0/+1
* | | | Add quotes to code in rdoc comment in ActionController [ci skip]Eddie Lebow2018-04-301-1/+1
|/ / /