diff options
author | jbranchaud <jbranchaud@gmail.com> | 2015-10-16 14:59:19 -0500 |
---|---|---|
committer | jbranchaud <jbranchaud@gmail.com> | 2015-10-19 09:30:33 -0500 |
commit | d9bb13ba048bc215249b13001f16cb2d14e91455 (patch) | |
tree | af7debe0316dabc48e32301856425819441bc8aa /railties/lib/rails/generators/js/assets | |
parent | dd2c94aea6de51b58f75f192e5de16e791b9d2d9 (diff) | |
download | rails-d9bb13ba048bc215249b13001f16cb2d14e91455.tar.gz rails-d9bb13ba048bc215249b13001f16cb2d14e91455.tar.bz2 rails-d9bb13ba048bc215249b13001f16cb2d14e91455.zip |
Reorder application of has_many association constraints.
With `unscope!` called last, it undoes `where` constraints of the same
value when the `where` is chained after the `unscope`. This is what a
`rewhere` does. This is undesirable behavior.
The included tests demonstrate both the `unscope(...).where(...)`
behavior as well as the direct use of `rewhere(...)`.
This is in reference to #21955.
Diffstat (limited to 'railties/lib/rails/generators/js/assets')
0 files changed, 0 insertions, 0 deletions