aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Specify log subscribers need a logger set before they can receive eventsGannon McGibbon2019-07-151-0/+3
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix examples in ActiveSupport::LogSubscriber docsGannon McGibbon2019-01-011-3/+3
* Add examples describing error handling in ActiveSupport::Notifications and Ac...Mariusz Hausenplas2018-12-141-7/+30
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-3/+3
* Merge pull request #29140 from notEthan/log_subscribed_avoid_rescuingRafael França2017-06-161-2/+4
|\
| * check that logger is defined in log subscriber rescue before loggingEthan2017-05-241-1/+3
| * lob subscriber should only rescue StandardError, not ExceptionEthan2017-05-241-1/+1
* | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
|/
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* 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