aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/filter_parameter_logging.rb
Commit message (Expand)AuthorAgeFilesLines
* Make filter_parameters work correctly with array parameters.Vicente Mundim2009-06-271-0/+4
* Remove some defined?(Http) checksYehuda Katz + Carl Lerche2009-06-171-4/+1
* rm -r controller/base!Yehuda Katz + Carl Lerche2009-06-151-0/+95
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-95/+0
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-4/+2
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Make logging_test pass with the new basePratik Naik2009-05-231-1/+1
* Move FilterParameterLogging to a stand alone module and make it work on new basePratik Naik2009-05-221-0/+97