aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* 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 Array assignment by not giving a name for unused `*args`Akira Matsuda2019-07-313-5/+5
* No need to dup the payload for an instrumentationAkira Matsuda2019-07-311-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-294-4/+4
* 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-101-0/+46
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-137-11/+0
|/
* 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