aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecation from AS::Deprecation behavior, some minor cleanupsCarlos Antonio da Silva2012-03-161-4/+4
| | | | | | | | | * Refactor log subscriber, use select! to avoid a new object * Remove deprecation messages related to AS::Deprecation behavior This was added about 2 years ago for Rails 3: https://github.com/rails/rails/commit/d4c7d3fd94e5a885a6366eaeb3b908bb58ffd4db * Remove some not used requires * Refactor delegate to avoid string conversions and if statements inside each block
* 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. ↵Aaron Patterson2011-04-261-1/+1
| | | | pumpkin
* 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
| | | | 's/[ \t]*$//' -i {} \;)
* 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 ↵rohit2010-06-261-0/+4
| | | | | | Support test suites. [#4618 state:open] Signed-off-by: José Valim <jose.valim@gmail.com>
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵José Valim2010-06-241-0/+114
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]