aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/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
* 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
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Remove unnecessary namespaces in `explain_test.rb`Ryuta Kamizono2016-02-291-19/+13
* 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
* all tests passing on mysql2Aaron Patterson2014-04-091-3/+3
* Fix warnings on mysql2 explain testCarlos Antonio da Silva2013-12-101-3/+3
* Support MySQL 5.7 explainYasuo Honda2013-12-101-3/+3
* add the query to AR::Relation#explain outputXavier Noria2011-11-251-0/+3
* implements AR::Relation#explainXavier Noria2011-11-051-0/+23