aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/explain_subscriber_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
| | | | | | | | Follow-Up to https://github.com/rails/rails/pull/14348 Ensure that SQLCounter.clear_log is called after each test. This is a step to prevent side effects when running tests. This will allow us to run them in random order.
* Don't try to EXPLAIN select_db callsDaniel Schierbeck2013-05-101-0/+5
|
* let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]Xavier Noria2013-04-161-30/+29
| | | | Closes #10198.
* Don't explain except normal CRUD sql.kennyj2012-09-171-0/+7
|
* explain listener does not care about time, so use evented listenerAaron Patterson2012-06-201-5/+5
|
* let automatic EXPLAIN ignore CACHE notificationsXavier Noria2012-02-031-0/+48