1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/relation
Cristian Bica 72d1663bc7 Fix query with nested array in Active Record
`User.where(id: [[1,2],3])` was equal to `User.where(id:[1, 2, 3])`
in Rails 4.1.x but because of some refactoring in Arel this stopped
working in 4.2.0. This fixes it in Rails.

[Dan Olson & Cristian Bica]
2014-09-06 23:46:32 +03:00
..
delegation_test.rb Put back Relation#join method as a delegate to Array 2014-05-05 16:45:16 +03:00
merging_test.rb Load :developers fixtures where expecting a Developer to be there 2014-09-05 09:50:49 +09:00
mutation_test.rb select! renamed to avoid name collision Array#select! 2014-04-21 14:42:59 -07:00
predicate_builder_test.rb
where_chain_test.rb Remove duplicated parameter check on #where! 2014-05-23 23:53:00 +03:00
where_test.rb Fix query with nested array in Active Record 2014-09-06 23:46:32 +03:00