aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber
Commit message (Expand)AuthorAgeFilesLines
* Add missing requireCarlos Antonio da Silva2013-07-011-0/+1
* 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
* Modified content in guides and commentsArun Agrawal2011-09-041-2/+2
* 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
* Fix a failing test in Railtie and properly define all severity levels in Mock...José Valim2010-07-201-4/+14
* mocking out debing? call in the MockLoggerAaron Patterson2010-07-191-0/+3
* Notifier API == Fanout API, so replace Notifier with Fanout as they quack the...Aaron Patterson2010-07-181-6/+2
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+90