aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/or_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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