Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move remote_ip to a middleware: | Carlhuda | 2010-03-03 | 1 | -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 ↵ | Carlhuda | 2010-03-02 | 1 | -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é Valim | 2010-02-16 | 1 | -1/+2 |
| | |||||
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -0/+108 |