aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/notifications.rb
Commit message (Expand)AuthorAgeFilesLines
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-1/+1
* Only send filtered_env for notificationsJoshua Peek2010-01-201-8/+9
* Do not send rack.input or any other rack information to AD listeners.José Valim2010-01-191-6/+13
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-0/+24