index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
buffered_logger.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unused requires
Sergey Nartimov
2012-01-18
1
-3
/
+0
*
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
Aaron Patterson
2011-12-19
1
-118
/
+3
*
missing require in buffered logger
lest
2011-12-13
1
-0
/
+1
*
Try to keep people from calling the deprecated flush method.
Aaron Patterson
2011-12-10
1
-0
/
+5
*
* ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelch
Aaron Patterson
2011-12-09
1
-79
/
+33
*
Fix threading issues with BufferedLogger.
Brian Durand
2011-10-21
1
-8
/
+36
*
Prefer each instead of for on activesupport
Guillermo Iguaran
2011-05-24
1
-1
/
+1
*
corrected a minor ruby19 variable name reuse warning
Josh Kalderimis
2011-05-21
1
-3
/
+3
*
set log encoding to BINARY, but still use text mode to output portable newlines
Xavier Noria
2011-05-18
1
-6
/
+9
*
make sure log file is written in binary mode. fixes #497
Aaron Patterson
2011-05-10
1
-0
/
+2
*
simplifying buffered logger for easier and slightly more performant codes. pu...
Aaron Patterson
2011-04-26
1
-9
/
+4
*
Add missing require 'thread' to BufferedLogger.
José Valim
2011-03-11
1
-0
/
+1
*
fix mixed encoding logs can't be logged.
Kouhei Sutou
2010-07-19
1
-1
/
+5
*
Remove the random line at the beginning of every new log file
Tim Carey-Smith
2009-10-29
1
-1
/
+0
*
Merge docrails
Pratik Naik
2009-07-25
1
-0
/
+4
*
Merge branch 'master' into cherry
Jeremy Kemper
2009-04-20
1
-8
/
+8
|
\
|
*
Annotated metaprogramming code across ActiveSupport
Michael S. Klishin
2008-12-28
1
-8
/
+8
*
|
Explict class attribute accessor dependency
Jeremy Kemper
2009-03-28
1
-0
/
+2
*
|
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-7
/
+7
|
/
*
Squash memory leak when calling flush with an empty buffer
Frederick Cheung
2008-12-10
1
-1
/
+4
*
Merge with docrails
Pratik Naik
2008-12-07
1
-0
/
+2
*
Ensure old buffers get properly cleared to avoid leaking memory
Duff OMelia
2008-09-18
1
-1
/
+1
*
Maintain a seperate buffer for each thread
Joshua Peek
2008-08-18
1
-7
/
+12
*
Remove incomplete non-blocking logger functionality
Michael Koziarski
2008-07-29
1
-13
/
+1
*
Guard the logger's internal buffer to prevent major breakage on genuinely thr...
Michael Koziarski
2008-07-29
1
-6
/
+14
*
Fixed that BufferedLogger should create its own directory if one doesnt alrea...
David Heinemeier Hansson
2008-03-13
1
-0
/
+1
*
Use non-blocking writing if available. Closes #10794 [lifofifo]
Michael Koziarski
2008-01-13
1
-3
/
+16
*
Ruby 1.9 compat: join the buffer array explicitly rather than relying on to_s...
Jeremy Kemper
2007-12-19
1
-1
/
+1
*
Use __FILE__ and __LINE__ for BufferedLogger severity methods
Jeremy Kemper
2007-10-13
1
-2
/
+2
*
Correct BufferedLogger#level? checks. Closes #9806.
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Disabling auto_flushing still flushes when the buffer hits a maximum size, as...
Jeremy Kemper
2007-10-04
1
-11
/
+10
*
Explicitly convert the buffer array to a string before writing to head off co...
Jeremy Kemper
2007-10-03
1
-1
/
+1
*
BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers wi...
Jeremy Kemper
2007-10-03
1
-7
/
+29
*
BufferedLogger#add converts the message to a string. Closes #9724.
Jeremy Kemper
2007-09-28
1
-1
/
+1
*
Cleanup comment. References #9702, closes #9703.
Jeremy Kemper
2007-09-27
1
-1
/
+1
*
BufferedLogger#add doesn't modify the message argument. Closes #9702.
Jeremy Kemper
2007-09-27
1
-1
/
+3
*
Add BufferedLogger#add #9667 [tomafro]
David Heinemeier Hansson
2007-09-25
1
-6
/
+11
*
Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...
David Heinemeier Hansson
2007-09-25
1
-0
/
+79