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
/
test
/
cases
/
adapters
/
postgresql
/
explain_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change tests to use models which don't ignore any columns
Jon Moss
2017-11-13
1
-8
/
+8
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Make preload query to preparable
Ryuta Kamizono
2017-07-07
1
-1
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-2
/
+2
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-2
/
+2
*
Fix explain logging with binds
Ryuta Kamizono
2016-07-20
1
-2
/
+2
*
Remove unnecessary namespaces in `explain_test.rb`
Ryuta Kamizono
2016-02-29
1
-2
/
+2
*
Fix tests failure with `prepared_statements: false`
Ryuta Kamizono
2016-02-29
1
-2
/
+2
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-18
/
+12
*
Go through normal `where` logic when preloading associations
Sean Griffin
2014-12-26
1
-1
/
+1
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Don't test PostgreSQL implementation details
Akira Matsuda & Kohei Suzuki
2014-08-29
1
-3
/
+0
*
remove the bind visitor since the collector handles substituting bind values
Aaron Patterson
2014-04-09
1
-3
/
+3
*
match against bind values
Aaron Patterson
2014-01-14
1
-2
/
+2
*
let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]
Xavier Noria
2013-04-16
1
-7
/
+0
*
Fix GH #5430. A Payload name for schema_search_path should be SCHEMA.
kennyj
2012-03-15
1
-0
/
+7
*
add the query to AR::Relation#explain output
Xavier Noria
2011-11-25
1
-0
/
+3
*
implements AR::Relation#explain
Xavier Noria
2011-11-05
1
-0
/
+25