index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
explain_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused return value, because collecting_queries_for_explain isn't publ...
kennyj
2013-03-06
1
-2
/
+1
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-68
/
+4
*
need to to_a the Relation to execute SQL here
Akira Matsuda
2013-01-04
1
-1
/
+1
*
Don't run explain on slow queries for database adapters that don't support it
Blake Smith
2012-11-26
1
-0
/
+10
*
Remove ActiveRecord::Base.to_a
Jon Leighton
2012-08-03
1
-1
/
+1
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-4
/
+4
*
Log query plan when we use count_by_sql method.
kennyj
2012-07-18
1
-0
/
+10
*
Fix build. It seems that the Mocha's behavior were changed.
kennyj
2012-04-25
1
-1
/
+3
*
disable automatic explain if there is no logger [closes #4671]
Xavier Noria
2012-01-26
1
-1
/
+15
*
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
Xavier Noria
2011-12-04
1
-29
/
+31
*
removes the convenience instance version of AR::Base.silence_auto_explain
Xavier Noria
2011-12-03
1
-5
/
+2
*
implements AR::Base(.|#)silence_auto_explain
Xavier Noria
2011-12-02
1
-0
/
+11
*
implements automatic EXPLAIN logging for slow queries
Xavier Noria
2011-12-02
1
-0
/
+91