aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/explain_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-2/+1
* Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-211-0/+2
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-1/+5
|/
* 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
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-5/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-9/+9
* Fix explain logging with bindsRyuta Kamizono2016-07-201-4/+4
* Removed mocha from Active Record Part 2Ronak Jangir2015-09-161-18/+29
* Remove Relation#bind_paramsSean Griffin2015-01-271-1/+1
* some databases do not have bind params (mysql2) so take that in to accountAaron Patterson2014-01-141-2/+6
* fix tests for explain plan + bindsAaron Patterson2014-01-131-2/+2
* 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