Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `:nodoc:` for internal testing methods [ci skip] | Robin Dupret | 2015-07-28 | 1 | -2/+2 |
| | |||||
* | Add missing require | Carlos Antonio da Silva | 2013-07-01 | 1 | -0/+1 |
| | | | | | | Commit cfa35c55bb38b27af305ad21408e181bc3cd739e removed the buffered_logger from AS, which required the logger file. Now we need to add the proper require here. | ||||
* | remove deprecated `BufferedLogger`. | Yves Senn | 2013-07-01 | 1 | -1/+0 |
| | |||||
* | `Model.all` alone does nothing | Akira Matsuda | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | update AS/log_subscriber and AS/multibyte docs [ci skip] | Francesco Rodriguez | 2012-09-14 | 1 | -10/+9 |
| | |||||
* | 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] |