aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/log_subscriber.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move remote_ip to a middleware:Carlhuda2010-03-031-0/+1
| | | | | * ActionController::Base.ip_spoofing_check deprecated => config.action_dispatch.ip_spoofing_check * ActionController::Base.trusted_proxies deprecated => config.action_dispatch.trusted_proxies
* Have log subscribers subscribe to the actual events, so the subscriber ↵Carlhuda2010-03-021-18/+16
| | | | doesn't subscribe to *every* event, so we can have events that are slow-ish but are not actually run in production.
* Subscriber should not explode if a non namespaced instrumentation is given.José Valim2010-02-161-1/+2
|
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-0/+108