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
/
test
/
buffered_logger_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Moved all the logger methods to active support logger
Karunakar (Ruby)
2012-01-06
1
-1
/
+0
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-9
/
+3
*
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
Aaron Patterson
2011-12-19
1
-11
/
+2
*
missing require in activesupport test
lest
2011-12-13
1
-0
/
+1
*
Fix AS test suite.
José Valim
2011-12-10
1
-0
/
+1
*
* ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelch
Aaron Patterson
2011-12-09
1
-127
/
+12
*
Unused variable removed
Arun Agrawal
2011-10-24
1
-1
/
+1
*
Fix threading issues with BufferedLogger.
Brian Durand
2011-10-21
1
-0
/
+53
*
make sure log file is written in binary mode. fixes #497
Aaron Patterson
2011-05-10
1
-0
/
+39
*
Fix tests on 1.8.
José Valim
2011-02-22
1
-3
/
+1
*
fix mixed encoding logs can't be logged.
Kouhei Sutou
2010-07-19
1
-0
/
+15
*
Better error messages for some of ActiveSupport tests
Neeraj Singh
2010-05-18
1
-6
/
+6
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-2
/
+2
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-6
/
+8
*
Explicit test dependencies
Jeremy Kemper
2009-03-28
1
-0
/
+1
*
Squash memory leak when calling flush with an empty buffer
Frederick Cheung
2008-12-10
1
-0
/
+6
*
Fix test to not assume which thread finishes first
Jeremy Kemper
2008-08-29
1
-1
/
+2
*
Maintain a seperate buffer for each thread
Joshua Peek
2008-08-18
1
-4
/
+25
*
require fileutils
Jeremy Kemper
2008-03-31
1
-0
/
+1
*
Fixed that BufferedLogger should create its own directory if one doesnt alrea...
David Heinemeier Hansson
2008-03-13
1
-0
/
+10
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Correct BufferedLogger#level? checks. Closes #9806.
Jeremy Kemper
2007-10-07
1
-0
/
+7
*
Disabling auto_flushing still flushes when the buffer hits a maximum size, as...
Jeremy Kemper
2007-10-04
1
-0
/
+13
*
BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers wi...
Jeremy Kemper
2007-10-03
1
-7
/
+34
*
BufferedLogger#add converts the message to a string. Closes #9724.
Jeremy Kemper
2007-09-28
1
-0
/
+13
*
BufferedLogger#add doesn't modify the message argument. Closes #9702.
Jeremy Kemper
2007-09-27
1
-0
/
+6
*
Include the tests
David Heinemeier Hansson
2007-09-25
1
-0
/
+41