Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |