Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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] |