aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/parameter_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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