aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/buffered_logger_test.rb
Commit message (Expand)AuthorAgeFilesLines
* No more BufferedLogger so it can be LoggerTestArun Agrawal2012-03-311-125/+0
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+0
* remove checks for encodings availabilitySergey Nartimov2011-12-251-9/+3
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-11/+2
* missing require in activesupport testlest2011-12-131-0/+1
* Fix AS test suite.José Valim2011-12-101-0/+1
* * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelchAaron Patterson2011-12-091-127/+12
* Unused variable removedArun Agrawal2011-10-241-1/+1
* Fix threading issues with BufferedLogger.Brian Durand2011-10-211-0/+53
* make sure log file is written in binary mode. fixes #497Aaron Patterson2011-05-101-0/+39
* Fix tests on 1.8.José Valim2011-02-221-3/+1
* fix mixed encoding logs can't be logged.Kouhei Sutou2010-07-191-0/+15
* Better error messages for some of ActiveSupport testsNeeraj Singh2010-05-181-6/+6
* Make use of assert_equal to test equallity between object assert expects and ...Santiago Pastorino2010-05-161-2/+2
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-6/+8
* Explicit test dependenciesJeremy Kemper2009-03-281-0/+1
* Squash memory leak when calling flush with an empty bufferFrederick Cheung2008-12-101-0/+6
* Fix test to not assume which thread finishes firstJeremy Kemper2008-08-291-1/+2
* Maintain a seperate buffer for each threadJoshua Peek2008-08-181-4/+25
* require fileutilsJeremy Kemper2008-03-311-0/+1
* Fixed that BufferedLogger should create its own directory if one doesnt alrea...David Heinemeier Hansson2008-03-131-0/+10
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Correct BufferedLogger#level? checks. Closes #9806.Jeremy Kemper2007-10-071-0/+7
* Disabling auto_flushing still flushes when the buffer hits a maximum size, as...Jeremy Kemper2007-10-041-0/+13
* BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers wi...Jeremy Kemper2007-10-031-7/+34
* BufferedLogger#add converts the message to a string. Closes #9724.Jeremy Kemper2007-09-281-0/+13
* BufferedLogger#add doesn't modify the message argument. Closes #9702.Jeremy Kemper2007-09-271-0/+6
* Include the testsDavid Heinemeier Hansson2007-09-251-0/+41