| Commit message (Expand) | Author | Age | Files | Lines |
* | ConditionalGet needs time core_ext | Rafael Mendonça França | 2019-08-02 | 1 | -0/+1 |
* | It may be better to explicitly require 'object/try' where we call `try` | Akira Matsuda | 2019-08-01 | 1 | -0/+2 |
* | Use `try` only when we're unsure if the receiver would respond_to the method | Akira Matsuda | 2019-08-01 | 2 | -2/+2 |
* | Reduce method invocations and object allocations in head() | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | Reduce block execution | Akira Matsuda | 2019-07-31 | 1 | -3/+3 |
* | Reduce method calls | Akira Matsuda | 2019-07-31 | 1 | -2/+1 |
* | Reduce Array assignment by not giving a name for unused `*args` | Akira Matsuda | 2019-07-31 | 3 | -5/+5 |
* | Reduce Hash object creation when normalizing request env | Akira Matsuda | 2019-07-31 | 1 | -2/+3 |
* | Reduce unnecessary String creation by not `to_s`ing until nothing matches | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | No need to dup the payload for an instrumentation | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 5 | -6/+6 |
* | Add `Vary: Accept` header when rendering | st0012 | 2019-07-26 | 1 | -0/+4 |
* | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 1 | -0/+12 |
|\ |
|
| * | Add compact_blank shortcut for reject(&:blank?) | Dana Sherson | 2019-06-05 | 1 | -0/+12 |
* | | [ActionController] Fix send_file example for 404 | Yuya Tanaka | 2019-07-19 | 1 | -1/+1 |
* | | Merge pull request #36672 from jbaranov/strong-params-hash | Rafael França | 2019-07-16 | 1 | -0/+5 |
|\ \ |
|
| * | | Add hash method to ActionController::Parameters | Eugene Baranov | 2019-07-14 | 1 | -0/+5 |
* | | | Use reserved domain for example configuration | Jacob Bednarz | 2019-07-15 | 1 | -1/+1 |
|/ / |
|
* | | Adds support for configuring HTTP Feature Policy (#33439) | Jacob Bednarz | 2019-07-10 | 2 | -0/+47 |
* | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 10 | -16/+0 |
|/ |
|
* | Change `ActionDispatch::Response#content_type` returning Content-Type header ... | yuuji.yaginuma | 2019-06-01 | 4 | -4/+4 |
* | Merge pull request #36329 from XrXr/no-doc-template-assertions | Rafael França | 2019-05-22 | 1 | -1/+1 |
|\ |
|
| * | Remove compatibility module from docs [ci skip] | Alan Wu | 2019-05-22 | 1 | -1/+1 |
* | | Implemented deep_transform_keys/! for ActionController::Parameters | Gustavo Gutierrez | 2019-05-22 | 1 | -0/+17 |
|/ |
|
* | Return parameters enumerator from transform_keys/! | Eugene Kenny | 2019-05-18 | 1 | -7/+5 |
* | fixed usage of Parameters when a non-numeric key exists | L.Fexon | 2019-05-13 | 1 | -7/+17 |
* | Revert "Include Caching module for ActionController::API" | Rafael França | 2019-04-22 | 1 | -1/+0 |
* | Make sure api controllers can perform caching as well | st0012 | 2019-04-19 | 1 | -0/+1 |
* | Remove unused modules from StrongParameters | Patrik Bóna | 2019-04-15 | 1 | -4/+0 |
* | Merge pull request #32541 from sergiogomez/remove-lock-from-params-wrapper | Matthew Draper | 2019-04-12 | 1 | -1/+1 |
|\ |
|
| * | Remove lock from method model | Sergio Gómez | 2018-04-12 | 1 | -1/+1 |
* | | Deduplicate strings held by the router | Jean Boussier | 2019-04-03 | 1 | -1/+1 |
* | | Fix annotated typo | Prathamesh Sonpatki | 2019-03-29 | 1 | -1/+1 |
* | | Suggest 'strict-origin' Referrer-Policy header | Tom Richards | 2019-03-17 | 1 | -1/+1 |
* | | Update small typo in documentation. | Kurt Mueller | 2019-03-12 | 1 | -1/+1 |
* | | Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block | Kasper Timm Hansen | 2019-03-10 | 1 | -2/+2 |
|\ \ |
|
| * | | ActionPack Proc.new without a block | utilum | 2019-02-13 | 1 | -2/+2 |
* | | | [ci skip] Fix typos | Shailesh Kalamkar | 2019-03-07 | 1 | -1/+1 |
* | | | Merge pull request #35400 from aglushkov/stream_manual_cache_control | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Allow custom cache-control header in AC::Live | Andrey Glushkov | 2019-02-25 | 1 | -1/+1 |
| |/ / |
|
* / / | Pass the template format to the digestor | Aaron Patterson | 2019-02-15 | 1 | -1/+1 |
|/ / |
|
* | | Tighten up the AV::Base constructor | Aaron Patterson | 2019-01-29 | 1 | -1/+1 |
* | | Typo fixes action pack. | alkesh26 | 2019-01-26 | 2 | -2/+2 |
* | | Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host | Rafael França | 2019-01-22 | 2 | -29/+7 |
|\ \ |
|
| * | | Revert ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-22 | 2 | -29/+7 |
* | | | Merge pull request #34952 from rails/template-stuff | Aaron Patterson | 2019-01-22 | 2 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove args from `default_render` | Aaron Patterson | 2019-01-17 | 2 | -3/+3 |
* | | | Update the promisse that ActionController::TestCase will be extracted | Rafael Mendonça França | 2019-01-17 | 1 | -1/+1 |
* | | | Ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-17 | 3 | -17/+39 |
* | | | Document that `format.any` can match all formats | Daniel Schierbeck | 2019-01-16 | 1 | -0/+8 |
|/ / |
|