aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/parameter_filter.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | need to check for the length of @filters
* 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
Signed-off-by: wycats <wycats@gmail.com>