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
TAKAHASHI Kazuaki c6e05d6840 Fix unscope for less than
Code such as the following will be corrected.

    Developer.where(id: -Float::INFINITY...2).unscope(where: :id)
2015-03-27 20:10:57 +09:00
..
default_scoping_test.rb Fix unscope for less than 2015-03-27 20:10:57 +09:00
named_scoping_test.rb Error message testing fix 2015-02-20 21:23:36 -02:00
relation_scoping_test.rb current_scope shouldn't pollute sibling STI classes 2015-02-11 13:46:30 -07:00