aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/explain_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused return value, because collecting_queries_for_explain isn't publ...kennyj2013-03-061-2/+1
* remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-68/+4
* need to to_a the Relation to execute SQL hereAkira Matsuda2013-01-041-1/+1
* Don't run explain on slow queries for database adapters that don't support itBlake Smith2012-11-261-0/+10
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-1/+1
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-4/+4
* Log query plan when we use count_by_sql method.kennyj2012-07-181-0/+10
* Fix build. It seems that the Mocha's behavior were changed.kennyj2012-04-251-1/+3
* disable automatic explain if there is no logger [closes #4671]Xavier Noria2012-01-261-1/+15
* implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]Xavier Noria2011-12-041-29/+31
* removes the convenience instance version of AR::Base.silence_auto_explainXavier Noria2011-12-031-5/+2
* implements AR::Base(.|#)silence_auto_explainXavier Noria2011-12-021-0/+11
* implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-021-0/+91