aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/explain_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-1/+1
* Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-1/+1
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-5/+5
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-5/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-9/+9
* Let WITH (CTE) queries be explainableVladimir Kochnev2015-05-281-0/+5
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* 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
* 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