aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/filter_parameters.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Allow rescue from parameter parse errorsGannon McGibbon2018-11-131-0/+2
* Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-4/+4
* [ci skip] Fix doc typos ActionDispatch::Http::FilterParametersAlberto Almagro2018-04-201-2/+2
* Merge pull request #31078 from aeroastro/feature/fix-typoRafael França2017-11-091-2/+2
|\
| * Fix typo on ActionDispatc::HTTP::FilterParametersTakumasa Ochi2017-11-071-2/+2
* | [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
|/
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Use of ParameterFilter no longer forces `request.filtered_parameters' class t...Leonel Galan2017-02-131-1/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-5/+5
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* Add documentation for #13897 [skip ci]Bart de Water2016-02-291-3/+9
* Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-2/+2
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-3/+3
* Remove not used requiresMarcin Olichwirowicz2015-09-011-2/+0
* use public API to fetch the parameter filterAaron Patterson2015-08-211-2/+2
* Use ruby 1.9 lambda syntax in documentations [ci skip]Mehmet Emin İNAÇ2015-05-031-1/+1
* "subhash" --> "sub-hash"Akshay Vishnoi2014-04-191-2/+2
* adding missing requiresAaron Patterson2013-01-091-0/+1
* remove a cache we do not needAaron Patterson2012-12-141-5/+1
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-7/+3
* synchronize on param filter cache.Aaron Patterson2012-10-181-2/+7
* add another singleton for environment filteringAaron Patterson2012-10-181-3/+8
* keep a singleton filter around that we can use when no filter is setAaron Patterson2012-10-181-2/+6
* if no filters are supplied, default to an empty listAaron Patterson2012-10-181-1/+1
* initialize required instance variables for this mixinAaron Patterson2012-10-181-2/+7
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-3/+0
* Exclude rack.request.form_vars from request.filtered_envChad Jolly2012-01-181-1/+1
* Change more Array.wrap to Kernel#ArrayRafael Mendonça França2012-01-051-1/+1
* Filter sensitive query string parameters in the log [#6244 state:committed]Prem Sichanugrist & Xavier Noria2011-03-111-4/+17
* Extract ParameterFilter class from FilterParameters mixinBryan Helmkamp2010-07-191-64/+9
* Removing ActionDispatch::Http::FilterParameters#fitered_parameters aliasNick Quaranto2010-07-181-2/+1
* adds missing requires for Object#duplicable?Xavier Noria2010-03-281-0/+1
* Eliminate warnings for AM on 1.8wycats2010-03-161-1/+0
* Store compiled parameter filters so we don't have to compile them in each req...José Valim2010-02-211-25/+40
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-62/+66
* Tidy up new filter_parameters implementation.José Valim2010-01-211-0/+94