aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/mutation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix new warning in ruby 2.2Sean Griffin2014-12-261-2/+2
* Inject the `PredicateBuilder` into the `Relation` instanceSean Griffin2014-12-261-1/+1
* A `NullRelation` should represent nothing. Closes #15176.Yves Senn2014-09-111-0/+4
* select! renamed to avoid name collision Array#select!Earl J St Sauver2014-04-211-1/+6
* Build the reverse_order on its proper method.Lauro Caetano2014-04-071-3/+11
* Handle aliased attributes in AR::Relation#select, #order, etc.Tsutomu Kuroda2014-01-291-0/+4
* Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-1/+1
* use arel nodes to represent non-string `order_values`.Yves Senn2013-11-191-5/+1
* Merge pull request #12129 from Empact/deprecate-array-bang-delegationRafael Mendonça França2013-09-121-7/+16
* Pull the RelationMutationTests from cases/relation_test to cases/relation/mut...Ben Woosley2013-09-031-0/+139