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
/
or_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
All of queries should return correct result even if including large number
Ryuta Kamizono
2019-01-18
1
-0
/
+5
*
`get_value` needs to be a public method
Graham Turner
2018-04-25
1
-0
/
+7
*
Address random `test_or_with_bind_params` failures
Yasuo Honda
2017-09-13
1
-1
/
+1
*
Load both `:authors` and `:author_addresses` to keep data integrity
Yasuo Honda
2017-08-22
1
-1
/
+1
*
Allow `Relation#or` to accept a relation with different `references`
Sean Griffin
2017-07-25
1
-0
/
+11
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
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
*
Don't require 'unscope' to be the same for both sides of a 'or' relation.
Dan Sherson
2017-06-15
1
-0
/
+25
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-24
/
+24
*
Show proper error message when a non-relation object is passed to AR::Relatio...
Prathamesh Sonpatki
2016-02-17
1
-0
/
+6
*
Improve error message for #or when it is structurally incompatible
Rafael Mendonça França
2016-01-13
1
-1
/
+3
*
Post.all.or(anything) == Post.all
Sean Griffin
2015-01-29
1
-2
/
+2
*
Bring the implementation of Relation#or up to speed
Sean Griffin
2015-01-28
1
-3
/
+6
*
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-0
/
+81