aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31634 from afcapel/reduce-routing-error-log-noiseRafael Mendonça França2019-07-161-0/+4
|\
| * Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-281-0/+4
* | Use reserved domain for example configurationJacob Bednarz2019-07-151-1/+1
* | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+33
* | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-0/+6
* | Unify to use 4 spaces indentation in CHANGELOGs [ci skip]Ryuta Kamizono2019-06-051-3/+5
|/
* Keep part when scope option has valueAlberto Almagro2019-05-221-0/+11
* Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-221-0/+4
* Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-181-0/+5
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-0/+2
* Remove forward ported CHANGELOG [ci skip]Ryuta Kamizono2019-05-081-4/+0
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-071-0/+4
* Start Rails 6.1 developmentRafael Mendonça França2019-04-241-258/+1
* Make system tests take failed screenshots in `before_teardown` hookRichard Macklin2019-04-201-0/+9
* Introduce Actionable ErrorsGenadi Samokovarov2019-04-191-0/+9
* Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip]Ryuta Kamizono2019-03-311-2/+2
* Raise if resource custom params contain colonsJosua Schmid2019-03-261-0/+15
* Prep releaseeileencodes2019-03-111-0/+5
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-0/+2
* Merge pull request #35139 from 7coAim/fix_debug_exceptionsGeorge Claghorn2019-02-051-0/+4
|\
| * fix NameErrorkurosawat2019-02-051-0/+4
* | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refsGannon McGibbon2019-02-041-1/+1
|\ \ | |/ |/|
| * Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-031-1/+1
* | driver_option -> driver_optionsEdouard CHIN2019-01-291-1/+2
* | Implement a way to add browser capabilities:Edouard CHIN2019-01-291-1/+6
|/
* Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_hostRafael França2019-01-221-6/+0
|\
| * Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-221-6/+0
* | 1. Replaced unused variables by `_`.alkesh262019-01-221-2/+2
|/
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-0/+2
* Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-171-0/+4
* Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-171-0/+7
* Ensure external redirects are explicitly allowedGannon McGibbon2019-01-171-0/+6
* Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-161-4/+0
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-2/+2
* [ci skip] Remove needless changelog entry, as bug fix was backported to 5.2.Kasper Timm Hansen2018-12-181-4/+0
* Allow nil params on controller HTTP test methodsr7kamura2018-12-181-0/+4
* Merge branch 'master' into host-authorizationEileen M. Uchitelle2018-12-171-0/+18
|\
| * Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-0/+18
* | Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-0/+10
|/
* Raise an error on root route naming conflicts.Gannon McGibbon2018-11-201-0/+7
* Allow rescue from parameter parse errorsGannon McGibbon2018-11-131-0/+10
* Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-131-0/+7
* Fix broken CHANGELOG markup [ci skip]Ryuta Kamizono2018-11-081-3/+3
* Use request object for context if there's no controllerAndrew White2018-10-221-0/+10
* Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-221-0/+17
* Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-151-0/+4
* Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-0/+4
* Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-0/+4
|\
| * Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-0/+4
* | Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-0/+12