aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve sql logging coloration in `ActiveRecord::LogSubscriber`.Peter Boling2015-07-171-1/+1
* Extract a base class from ActiveSupport::LogSubscriberDaniel Schierbeck2013-04-161-43/+7
* Fix some railties test warningsVipul A M2013-04-031-3/+2
* adding missing requiresAaron Patterson2013-01-091-1/+3
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-11/+13
* logger is a singleton, just flush the singletonAaron Patterson2012-06-201-11/+1
* use thread local queues.Aaron Patterson2012-06-201-4/+10
* Correct the AP test。タコ焼き仮面2012-06-191-0/+1
* make logger a singleton on the classAaron Patterson2012-06-191-3/+7
* listeners are per thread, so remove nested hashAaron Patterson2012-06-191-6/+4
* make events not use date and time to determine parent_of. fixes #5932タコ焼き仮面2012-06-181-6/+27
* Avoid unnecessary catching of Exception instead of StandardError.Dylan Smith2012-06-171-1/+1
* Symbol responds_to :upcase & :downcase in Ruby >= 1.9Akira Matsuda2012-06-061-1/+1
* stop `to_s`ing method namesAkira Matsuda2012-06-061-1/+1
* Remove deprecation from AS::Deprecation behavior, some minor cleanupsCarlos Antonio da Silva2012-03-161-4/+4
* defined the actual logger signatureAaron Patterson2012-01-201-2/+2
* added the backtrace so errors can be foundAaron Patterson2012-01-201-1/+1
* grammar changes to log subscriber docsMatt Jankowski2011-06-221-4/+4
* simplifying buffered logger for easier and slightly more performant codes. pu...Aaron Patterson2011-04-261-1/+1
* more style changessuchasurge2011-03-061-1/+1
* Makes use of class << self instead of def self.Santiago Pastorino2010-08-151-32/+31
* Whitespace and example identationJosep M. Bach2010-08-151-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* fixing typoNeeraj Singh2010-07-231-1/+1
* avoid proc activation every time a log message is madeAaron Patterson2010-07-181-9/+14
* Remove previously defined class method logger to supress warnings in Active S...rohit2010-06-261-0/+4
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+114