aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/or_test.rb
Commit message (Expand)AuthorAgeFilesLines
* All of queries should return correct result even if including large numberRyuta Kamizono2019-01-181-0/+5
* `get_value` needs to be a public methodGraham Turner2018-04-251-0/+7
* Address random `test_or_with_bind_params` failuresYasuo Honda2017-09-131-1/+1
* Load both `:authors` and `:author_addresses` to keep data integrityYasuo Honda2017-08-221-1/+1
* Allow `Relation#or` to accept a relation with different `references`Sean Griffin2017-07-251-0/+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
* Don't require 'unscope' to be the same for both sides of a 'or' relation.Dan Sherson2017-06-151-0/+25
* assert_equal takes expectation firstAkira Matsuda2016-12-261-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-24/+24
* Show proper error message when a non-relation object is passed to AR::Relatio...Prathamesh Sonpatki2016-02-171-0/+6
* Improve error message for #or when it is structurally incompatibleRafael Mendonça França2016-01-131-1/+3
* Post.all.or(anything) == Post.allSean Griffin2015-01-291-2/+2
* Bring the implementation of Relation#or up to speedSean Griffin2015-01-281-3/+6
* Added #or to ActiveRecord::RelationMatthew Draper2015-01-281-0/+81