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
/
lib
/
active_record
/
explain.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]
Xavier Noria
2013-04-16
1
-7
/
+8
*
fix typos in AR. lots of them.
Vipul A M
2013-03-19
1
-1
/
+1
*
Remove unused return value, because collecting_queries_for_explain isn't publ...
kennyj
2013-03-06
1
-1
/
+2
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-52
/
+1
*
Don't run explain on slow queries for database adapters that don't support it
Blake Smith
2012-11-26
1
-6
/
+7
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-5
/
+3
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-1
/
+1
*
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-1
/
+1
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-5
/
+6
*
minor comment revision
Xavier Noria
2012-06-01
1
-1
/
+1
*
improve readability of AR explain result
Akira Matsuda
2012-06-01
1
-1
/
+7
*
More using <tt>x</tt> instead of +x+ when the latter renders improperly.
Mark Rushakoff
2012-04-27
1
-1
/
+1
*
disable automatic explain if there is no logger [closes #4671]
Xavier Noria
2012-01-26
1
-0
/
+2
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-3
/
+5
*
auto_explain_threshold_in_seconds should be a global config option so it can ...
Jon Leighton
2011-12-24
1
-8
/
+3
*
AS::Concern is not really needed for AR::Explain
Xavier Noria
2011-12-16
1
-71
/
+69
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-61
/
+74
*
moves some auto explain logic to the subscriber [José Valim & Xavier Noria]
Xavier Noria
2011-12-04
1
-17
/
+0
*
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
Xavier Noria
2011-12-04
1
-47
/
+40
*
removes the convenience instance version of AR::Base.silence_auto_explain
Xavier Noria
2011-12-03
1
-88
/
+78
*
yield > block.call
Xavier Noria
2011-12-02
1
-3
/
+3
*
two small details from the previous patch
Xavier Noria
2011-12-02
1
-1
/
+1
*
implements AR::Base(.|#)silence_auto_explain
Xavier Noria
2011-12-02
1
-60
/
+90
*
revises some details in the previous explain patch
Xavier Noria
2011-12-02
1
-2
/
+2
*
implements automatic EXPLAIN logging for slow queries
Xavier Noria
2011-12-02
1
-0
/
+76