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
/
relation
/
where_clause_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-9
/
+9
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-1
/
+1
*
Revert "Change `WhereClause#merge` to same named columns on diff tables"
Sean Griffin
2016-01-12
1
-15
/
+2
*
Change `WhereClause#merge` to same named columns on diff tables
Sean Griffin
2016-01-12
1
-2
/
+15
*
Post.all.or(anything) == Post.all
Sean Griffin
2015-01-29
1
-3
/
+3
*
Bring the implementation of Relation#or up to speed
Sean Griffin
2015-01-28
1
-0
/
+20
*
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
1
-8
/
+8
*
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
1
-3
/
+4
*
Move where grouping into `WhereClause`
Sean Griffin
2015-01-27
1
-0
/
+33
*
Move `where_unscoping` logic over to `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+14
*
Move `where.not` logic into `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+26
*
Remove all references to `where_values` in association code
Sean Griffin
2015-01-25
1
-0
/
+5
*
Move where merging logic over to `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+42
*
Introduce `Relation::WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+41