aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/parameter_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-80/+5
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-5/+5
* Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-6/+6
* Use `Array#extract!` where possiblebogdanvlviv2018-08-141-2/+3
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use of ParameterFilter no longer forces `request.filtered_parameters' class t...Leonel Galan2017-02-131-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-5/+5
* Fix failing requirement of duplicable in ParameterFilterVipul A M2016-07-161-0/+2
* Freeze string literals when not mutated.schneems2015-07-191-4/+4
* Allow filtering params based on parent keysGuillaume Malette2015-06-221-7/+17
* ParameterFilter shouldn't try to dup symbol keysNate Berkopec2014-12-131-1/+1
* oops, forgot the default parameterAaron Patterson2012-10-181-1/+1
* move compiled filters to their own class so that recursive calls don'tAaron Patterson2012-10-181-41/+45
* nil isn't a valid filterAaron Patterson2012-10-181-1/+0
* prevent people from accidentally modifying the filter wordAaron Patterson2012-10-181-1/+1
* simplify filter enabled checkingAaron Patterson2012-10-181-9/+4
* Use freezed string constant. Some string literals is used repeatedly.kennyj2011-12-081-1/+3
* Extract ParameterFilter class from FilterParameters mixinBryan Helmkamp2010-07-191-0/+72