aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/log_subscriber_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-3/+3
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Removed use of mocha in active_supportRonak Jangir2015-07-101-4/+5
|
* Ensure blocks given to subscriber are properly yieldJosé Valim2012-05-171-1/+1
|
* fixed test for more informative messageAaron Patterson2012-01-201-2/+2
|
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵José Valim2010-06-241-0/+123
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]