1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
John Hawthorn 19dc69cb07 Fix where_clause#except with specific where value
Fixes a regression introduced in
22ca710f20 where Relation#unscope with a
specific where value (vs unscoping the entire where clause) could result
in the wrong binds being left on the query.

This was caused by an index variable not being incremented properly.
2017-03-20 15:52:35 -07:00
..
active_record Fix where_clause#except with specific where value 2017-03-20 15:52:35 -07:00
rails/generators Check whether Rails.application defined before calling it 2017-03-07 10:20:21 +00:00
active_record.rb