aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Use media_type instead of content_type internallyEugene Kenny2019-08-042-4/+4
* ConditionalGet needs time core_extRafael Mendonça França2019-08-021-0/+1
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+2
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-012-2/+2
* Reduce method invocations and object allocations in head()Akira Matsuda2019-07-311-1/+1
* Reduce block executionAkira Matsuda2019-07-311-3/+3
* Reduce method callsAkira Matsuda2019-07-311-2/+1
* Reduce Array assignment by not giving a name for unused `*args`Akira Matsuda2019-07-313-5/+5
* Reduce Hash object creation when normalizing request envAkira Matsuda2019-07-311-2/+3
* Reduce unnecessary String creation by not `to_s`ing until nothing matchesAkira Matsuda2019-07-311-1/+1
* No need to dup the payload for an instrumentationAkira Matsuda2019-07-311-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-295-6/+6
* Add `Vary: Accept` header when renderingst00122019-07-261-0/+4
* Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+12
|\
| * Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+12
* | [ActionController] Fix send_file example for 404Yuya Tanaka2019-07-191-1/+1
* | Merge pull request #36672 from jbaranov/strong-params-hashRafael França2019-07-161-0/+5
|\ \
| * | Add hash method to ActionController::ParametersEugene Baranov2019-07-141-0/+5
* | | Use reserved domain for example configurationJacob Bednarz2019-07-151-1/+1
|/ /
* | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-102-0/+47
* | 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