Matt Jankowski
|
3cfbf544ea
|
grammar changes to log subscriber docs
|
2011-06-22 09:27:22 -04:00 |
|
Aaron Patterson
|
e28f9ad9df
|
simplifying buffered logger for easier and slightly more performant codes. pumpkin
|
2011-04-26 10:41:59 -07:00 |
|
suchasurge
|
b99fb66fb7
|
more style changes
|
2011-03-06 10:44:52 +01:00 |
|
Santiago Pastorino
|
f939fb5e31
|
Makes use of class << self instead of def self.
|
2010-08-15 08:41:39 -03:00 |
|
Josep M. Bach
|
9f9a02af86
|
Whitespace and example identation
|
2010-08-15 02:22:38 +02:00 |
|
Santiago Pastorino
|
b451de0d6d
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
|
Neeraj Singh
|
46c7a991a2
|
fixing typo
|
2010-07-23 16:14:16 -04:00 |
|
Aaron Patterson
|
ad8f4dfc50
|
avoid proc activation every time a log message is made
|
2010-07-18 17:37:39 -07:00 |
|
rohit
|
cae33c4158
|
Remove previously defined class method logger to supress warnings in Active Support test suites. [#4618 state:open]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-06-26 00:27:31 +02:00 |
|
José Valim
|
6788db824a
|
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]
|
2010-06-24 13:23:43 +02:00 |
|