diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-14 09:48:34 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-14 09:51:56 -0700 |
commit | 6d5b1fdf55611de2a1071c37544933bb588ae88e (patch) | |
tree | 30ce4485d5a5a91edcada087b7d8c53a6c48b896 /actionpack/test/controller/live_stream_test.rb | |
parent | 757a566657d2b55d1587e09c384b1b413c2a8699 (diff) | |
download | rails-6d5b1fdf55611de2a1071c37544933bb588ae88e.tar.gz rails-6d5b1fdf55611de2a1071c37544933bb588ae88e.tar.bz2 rails-6d5b1fdf55611de2a1071c37544933bb588ae88e.zip |
Perform a more efficient query in `Relation#any?`
This was changed in 421c81b, as `exists?` blows up if you are eager
loading a polymorphic association, as it'll try to construct a join to
that table. The previous change decided to execute a `count` instead,
which wouldn't join.
Of course, the only time we actually need to perform a join on the eager
loaded values (which would perform a left outer join) is if they're
being referenced in the where clause. This doesn't affect inner joins.
Diffstat (limited to 'actionpack/test/controller/live_stream_test.rb')
0 files changed, 0 insertions, 0 deletions