aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber
Commit message (Collapse)AuthorAgeFilesLines
* Add missing requireCarlos Antonio da Silva2013-07-011-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 Senn2013-07-011-1/+0
|
* `Model.all` alone does nothingAkira Matsuda2013-01-041-1/+1
|
* update AS/log_subscriber and AS/multibyte docs [ci skip]Francesco Rodriguez2012-09-141-10/+9
|
* Make MockLogger work with blocks.Rafael Mendonça França2012-05-171-1/+1
|
* Ensure blocks given to subscriber are properly yieldJosé Valim2012-05-171-4/+5
|
* Fixed logger bug introduced by #2237Brian Cardarella2012-05-171-0/+3
|
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-2/+2
| | | | from Ruby stdlib.
* Modified content in guides and commentsArun Agrawal2011-09-041-2/+2
| | | | | | for "assert /" warnings. Removed because if somebody will use this code they will get warnings!
* Logs should show overridden method; Issue 426David Lee2011-05-071-0/+1
|
* Active Support typos.R.T. Lechow2011-03-051-1/+1
|
* Fix incorrect word.Ben Orenstein2011-03-051-1/+1
|
* notifier should be saved and re-set, not deletedAaron Patterson2011-02-071-1/+2
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-1/+1
| | | | 's/[ \t]*$//' -i {} \;)
* Fix a failing test in Railtie and properly define all severity levels in ↵José Valim2010-07-201-4/+14
| | | | MockLogger for LogSubscriber.
* mocking out debing? call in the MockLoggerAaron Patterson2010-07-191-0/+3
|
* Notifier API == Fanout API, so replace Notifier with Fanout as they quack ↵Aaron Patterson2010-07-181-6/+2
| | | | the same
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵José Valim2010-06-241-0/+90
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]