aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/filter_parameter_logging.rb
Commit message (Expand)AuthorAgeFilesLines
* Tidy up new filter_parameters implementation.José Valim2010-01-211-13/+0
* Add deprecation warning for calling filter_parameter_logging ActionController...Prem Sichanugrist2010-01-211-27/+2
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-32/+4
* Move parameters to the top on logging.José Valim2010-01-191-5/+0
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-0/+5
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-14/+3
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-11/+11
* Clean up parameter logging someYehuda Katz2009-10-261-42/+23
* Fix filtering parameters when there are Fixnum or other un-dupable values.Nathaniel Talbott2009-09-101-1/+1
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+96