| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds support for configuring HTTP Feature Policy (#33439) | Jacob Bednarz | 2019-07-10 | 1 | -0/+33 |
* | Add the ability to set the CSP nonce only to the specified directives | yuuji.yaginuma | 2019-06-22 | 1 | -0/+6 |
* | Unify to use 4 spaces indentation in CHANGELOGs [ci skip] | Ryuta Kamizono | 2019-06-05 | 1 | -3/+5 |
* | Keep part when scope option has value | Alberto Almagro | 2019-05-22 | 1 | -0/+11 |
* | Implemented deep_transform_keys/! for ActionController::Parameters | Gustavo Gutierrez | 2019-05-22 | 1 | -0/+4 |
* | Return parameters enumerator from transform_keys/! | Eugene Kenny | 2019-05-18 | 1 | -0/+5 |
* | fixed usage of Parameters when a non-numeric key exists | L.Fexon | 2019-05-13 | 1 | -0/+2 |
* | Remove forward ported CHANGELOG [ci skip] | Ryuta Kamizono | 2019-05-08 | 1 | -4/+0 |
* | Merge pull request #36196 from st0012/fix-29947 | Eileen M. Uchitelle | 2019-05-07 | 1 | -0/+4 |
* | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 1 | -258/+1 |
* | Make system tests take failed screenshots in `before_teardown` hook | Richard Macklin | 2019-04-20 | 1 | -0/+9 |
* | Introduce Actionable Errors | Genadi Samokovarov | 2019-04-19 | 1 | -0/+9 |
* | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip] | Ryuta Kamizono | 2019-03-31 | 1 | -2/+2 |
* | Raise if resource custom params contain colons | Josua Schmid | 2019-03-26 | 1 | -0/+15 |
* | Prep release | eileencodes | 2019-03-11 | 1 | -0/+5 |
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -0/+2 |
* | Merge pull request #35139 from 7coAim/fix_debug_exceptions | George Claghorn | 2019-02-05 | 1 | -0/+4 |
|\ |
|
| * | fix NameError | kurosawat | 2019-02-05 | 1 | -0/+4 |
* | | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs | Gannon McGibbon | 2019-02-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Cleanup the whitelisting references after #33145 | Genadi Samokovarov | 2019-02-03 | 1 | -1/+1 |
* | | driver_option -> driver_options | Edouard CHIN | 2019-01-29 | 1 | -1/+2 |
* | | Implement a way to add browser capabilities: | Edouard CHIN | 2019-01-29 | 1 | -1/+6 |
|/ |
|
* | Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host | Rafael França | 2019-01-22 | 1 | -6/+0 |
|\ |
|
| * | Revert ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-22 | 1 | -6/+0 |
* | | 1. Replaced unused variables by `_`. | alkesh26 | 2019-01-22 | 1 | -2/+2 |
|/ |
|
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -0/+2 |
* | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_... | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | Remove deprecated methods in ActionDispatch::TestResponse | Rafael Mendonça França | 2019-01-17 | 1 | -0/+7 |
* | Ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-17 | 1 | -0/+6 |
* | Revert "Don't handle params option in a special way in url_for helper" | Rafael Mendonça França | 2019-01-16 | 1 | -4/+0 |
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 1 | -2/+2 |
* | [ci skip] Remove needless changelog entry, as bug fix was backported to 5.2. | Kasper Timm Hansen | 2018-12-18 | 1 | -4/+0 |
* | Allow nil params on controller HTTP test methods | r7kamura | 2018-12-18 | 1 | -0/+4 |
* | Merge branch 'master' into host-authorization | Eileen M. Uchitelle | 2018-12-17 | 1 | -0/+18 |
|\ |
|
| * | Allow using parsed_body in ActionController::TestCase | Tobias Bühlmann | 2018-12-16 | 1 | -0/+18 |
* | | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 1 | -0/+10 |
|/ |
|
* | Raise an error on root route naming conflicts. | Gannon McGibbon | 2018-11-20 | 1 | -0/+7 |
* | Allow rescue from parameter parse errors | Gannon McGibbon | 2018-11-13 | 1 | -0/+10 |
* | Reset sessions on failed system test screenshot | Maxim Perepelitsa | 2018-11-13 | 1 | -0/+7 |
* | Fix broken CHANGELOG markup [ci skip] | Ryuta Kamizono | 2018-11-08 | 1 | -3/+3 |
* | Use request object for context if there's no controller | Andrew White | 2018-10-22 | 1 | -0/+10 |
* | Apply mapping to symbols returned from dynamic CSP sources | Andrew White | 2018-10-22 | 1 | -0/+17 |
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this... | Bogdan | 2018-10-15 | 1 | -0/+4 |
* | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa... | Yoshiyuki Kinjo | 2018-10-08 | 1 | -0/+4 |
* | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option | Ryuta Kamizono | 2018-10-01 | 1 | -0/+4 |
|\ |
|
| * | Don't handle params option in a special way in url_for helper | Ilkka Oksanen | 2018-08-20 | 1 | -0/+4 |
* | | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 1 | -0/+12 |
* | | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2018-09-07 | 1 | -1/+1 |
* | | Faster permitted_scalar_filter | schneems | 2018-08-31 | 1 | -0/+5 |
* | | Fix `actionpack/CHANGELOG.md` [ci skip] | bogdanvlviv | 2018-08-30 | 1 | -4/+2 |
|/ |
|