Deprecate `where.not` working as NOR and will be changed to NAND in Rails 6.1 by kamipo · Pull Request #36029 · rails/rails

where.not with polymorphic association is partly fixed incidentally at 213796f (refer #33493, #26207, #17010, #16983, #14161), and I've added test case e9ba12f to avoid lose that fix accidentally i...