Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding missing requires | Aaron Patterson | 2013-01-09 | 1 | -1/+3 |
| | |||||
* | update AS docs [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -11/+13 |
| | |||||
* | logger is a singleton, just flush the singleton | Aaron Patterson | 2012-06-20 | 1 | -11/+1 |
| | |||||
* | use thread local queues. | Aaron Patterson | 2012-06-20 | 1 | -4/+10 |
| | | | | | Log listener is a singleton shared across threads, so make sure the event queues are local to each thread. | ||||
* | Correct the AP test。 | タコ焼き仮面 | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | make logger a singleton on the class | Aaron Patterson | 2012-06-19 | 1 | -3/+7 |
| | |||||
* | listeners are per thread, so remove nested hash | Aaron Patterson | 2012-06-19 | 1 | -6/+4 |
| | |||||
* | make events not use date and time to determine parent_of. fixes #5932 | タコ焼き仮面 | 2012-06-18 | 1 | -6/+27 |
| | |||||
* | Avoid unnecessary catching of Exception instead of StandardError. | Dylan Smith | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | Symbol responds_to :upcase & :downcase in Ruby >= 1.9 | Akira Matsuda | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | stop `to_s`ing method names | Akira Matsuda | 2012-06-06 | 1 | -1/+1 |
| | | | | Module#methods are Symbols in Ruby >= 1.9 | ||||
* | Remove deprecation from AS::Deprecation behavior, some minor cleanups | Carlos Antonio da Silva | 2012-03-16 | 1 | -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 signature | Aaron Patterson | 2012-01-20 | 1 | -2/+2 |
| | |||||
* | added the backtrace so errors can be found | Aaron Patterson | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | grammar changes to log subscriber docs | Matt Jankowski | 2011-06-22 | 1 | -4/+4 |
| | |||||
* | simplifying buffered logger for easier and slightly more performant codes. ↵ | Aaron Patterson | 2011-04-26 | 1 | -1/+1 |
| | | | | pumpkin | ||||
* | more style changes | suchasurge | 2011-03-06 | 1 | -1/+1 |
| | |||||
* | Makes use of class << self instead of def self. | Santiago Pastorino | 2010-08-15 | 1 | -32/+31 |
| | |||||
* | Whitespace and example identation | Josep M. Bach | 2010-08-15 | 1 | -2/+2 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | fixing typo | Neeraj Singh | 2010-07-23 | 1 | -1/+1 |
| | |||||
* | avoid proc activation every time a log message is made | Aaron Patterson | 2010-07-18 | 1 | -9/+14 |
| | |||||
* | Remove previously defined class method logger to supress warnings in Active ↵ | rohit | 2010-06-26 | 1 | -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é Valim | 2010-06-24 | 1 | -0/+114 |
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] |