Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -98/+0 |
| | |||||
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -23/+3 |
| | |||||
* | Rails::Subscriber is now responsible for flushing all loggers it's ↵ | José Valim | 2010-01-15 | 1 | -0/+7 |
| | | | | responsible for. | ||||
* | Add subscriber for ActionPack and move all logging inside it. | José Valim | 2010-01-13 | 1 | -1/+6 |
| | |||||
* | Create Rails::Subscriber::TestHelper and use it to make ActiveRecord ↵ | José Valim | 2010-01-13 | 1 | -0/+106 |
subscriber tests run in both sync and async scenarios. |