Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make MockLogger work with blocks. | Rafael Mendonça França | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | Ensure blocks given to subscriber are properly yield | José Valim | 2012-05-17 | 1 | -4/+5 |
| | |||||
* | Fixed logger bug introduced by #2237 | Brian Cardarella | 2012-05-17 | 1 | -0/+3 |
| | |||||
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger | Aaron Patterson | 2011-12-19 | 1 | -2/+2 |
| | | | | from Ruby stdlib. | ||||
* | Modified content in guides and comments | Arun Agrawal | 2011-09-04 | 1 | -2/+2 |
| | | | | | | for "assert /" warnings. Removed because if somebody will use this code they will get warnings! | ||||
* | Logs should show overridden method; Issue 426 | David Lee | 2011-05-07 | 1 | -0/+1 |
| | |||||
* | Active Support typos. | R.T. Lechow | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | Fix incorrect word. | Ben Orenstein | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | notifier should be saved and re-set, not deleted | Aaron Patterson | 2011-02-07 | 1 | -1/+2 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Fix a failing test in Railtie and properly define all severity levels in ↵ | José Valim | 2010-07-20 | 1 | -4/+14 |
| | | | | MockLogger for LogSubscriber. | ||||
* | mocking out debing? call in the MockLogger | Aaron Patterson | 2010-07-19 | 1 | -0/+3 |
| | |||||
* | Notifier API == Fanout API, so replace Notifier with Fanout as they quack ↵ | Aaron Patterson | 2010-07-18 | 1 | -6/+2 |
| | | | | the same | ||||
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵ | José Valim | 2010-06-24 | 1 | -0/+90 |
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] |