aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/explain_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change tests to use models which don't ignore any columnsJon Moss2017-11-131-11/+11
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Make preload query to preparableRyuta Kamizono2017-07-071-1/+1
* 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
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Fix explain logging with bindsRyuta Kamizono2016-07-201-2/+2
* Remove unnecessary namespaces in `explain_test.rb`Ryuta Kamizono2016-02-291-19/+13
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-2/+2
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Go through normal `where` logic when preloading associationsSean Griffin2014-12-261-1/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* working against arel/collector branchAaron Patterson2014-04-091-3/+3
* fixing explain tests for sqlite3Aaron Patterson2014-01-171-13/+13
* experimentAaron Patterson2013-05-171-13/+13
* add the query to AR::Relation#explain outputXavier Noria2011-11-251-0/+3
* revises EXPLAIN tests for SQLite3Xavier Noria2011-11-061-3/+3
* implements AR::Relation#explainXavier Noria2011-11-051-0/+23