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/scoping
deeeki 66b84c9f44 Allow to unscope where conditions using arel_table with Symbol
This commit fixes the following case.

    User.where(User.arel_table[:created_at].lteq(1.year.ago)).unscope(where :created_at)
2014-12-03 00:20:01 +09:00
..
default_scoping_test.rb Allow to unscope where conditions using arel_table with Symbol 2014-12-03 00:20:01 +09:00
named_scoping_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
relation_scoping_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00