aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/filter_parameters.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | This provides more safety to applications that put secret information in the query string, such as API keys or SSO tokens. Signed-off-by: Xavier Noria <fxn@hashref.com>
* Extract ParameterFilter class from FilterParameters mixinBryan Helmkamp2010-07-191-64/+9
| | | | Signed-off-by: wycats <wycats@gmail.com>
* 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 ↵José Valim2010-02-211-25/+40
| | | | request.
* Make filter parameters based on request, so they can be modified for ↵José Valim2010-01-211-62/+66
| | | | anything in the middleware stack.
* Tidy up new filter_parameters implementation.José Valim2010-01-211-0/+94