| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ / |
|
* | | Capture parsing errors for ActionController::ParamsWrapper#process_action | Haroon Ahmed | 2019-01-08 | 1 | -16/+17 |
* | | Remove mention about `Test::Unit::TestCase` [ci skip] | bogdanvlviv | 2019-01-02 | 1 | -3/+0 |
* | | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -12/+11 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -5/+3 |
* | | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 2 | -4/+0 |
* | | Allow nil params on controller HTTP test methods | r7kamura | 2018-12-18 | 1 | -2/+2 |
* | | colorize the unpermitted params log message | blahed | 2018-12-03 | 1 | -1/+1 |
* | | Allow rescue from parameter parse errors | Gannon McGibbon | 2018-11-13 | 1 | -1/+4 |
* | | Merge pull request #34314 from bf4/patch-2 | Gannon McGibbon | 2018-10-30 | 1 | -1/+1 |
|\ \ |
|
| * | | ActionController::API *does* support cookies, sessions | Benjamin Fleischer | 2018-10-25 | 1 | -1/+1 |
* | | | We don't want these internal methods as public methods in our controllers | Akira Matsuda | 2018-10-30 | 1 | -23/+25 |
|/ / |
|
* | | Fix `ActionController::Parameters#each_value` and add changelog entry to this... | Bogdan | 2018-10-15 | 1 | -1/+1 |
* | | Add allocations to template renderer subscription | Eileen Uchitelle | 2018-10-10 | 1 | -2/+5 |
* | | Fix call sites | Gannon McGibbon | 2018-10-02 | 1 | -1/+1 |
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 6 | -8/+8 |
* | | Added ActionController::Parameters.each_value method | Lukas Zapletal | 2018-09-27 | 1 | -0/+8 |
* | | Merge pull request #33829 from mtsmfm/encode-filename | Kasper Timm Hansen | 2018-09-23 | 1 | -4/+3 |
|\ \ |
|
| * | | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 1 | -4/+3 |
* | | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 4 | -4/+4 |
* | | | Make sure the flash method is defined even if helpers are not present | Rafael Mendonça França | 2018-09-13 | 1 | -5/+3 |
* | | | Merge pull request #33569 from eric-hemasystems/conditional-flash-helper | Rafael França | 2018-09-13 | 1 | -3/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Conditionally use `helper_method` in Flash concern | Eric Anderson | 2018-08-09 | 1 | -3/+5 |
* | | | Update documentation to ActionController::ConditionalGet | Anatoly Mikhaylov | 2018-09-03 | 1 | -0/+6 |
* | | | Faster permitted_scalar_filter | schneems | 2018-08-31 | 1 | -8/+20 |
* | | | [ci skip] Document permitted_scalar_filter | schneems | 2018-08-30 | 1 | -0/+10 |
* | | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 5 | -12/+12 |
|\ \ \ |
|