Commit Graph

5 Commits

Author SHA1 Message Date
David Rodríguez 9b0fb3a50b
Remove dead spec
It only runs on Rails 5.1 or older, no longer supported.
2022-03-07 14:03:54 +01:00
David Rodríguez a6f91a464c
Fix issue with self joins and includes (#1275)
Our polyamorous monkeypatches were doing too much. Removing our custom
equality and letting ActiveRecord figure it out seems to do the trick
and fix this.

On some Rails & DB adapters this seems to break a polyamorous spec.
However, this spec just tests an implementation detail but it's unclear
whether the spec breaking has any actual bad side effect in real like,
so I removed it.
2022-03-07 13:14:11 +01:00
wonda-tea-coffee 590efd7998 fix typo 2021-06-19 10:51:17 +09:00
Piers Chambers ca51ed8a17 Restore and update polyamorous join association equality spec, originally
6e2e1cc5d0 (diff-68f369577aaf68dd541acf26e438e413R20-R37)
2020-04-02 20:13:33 -04:00
Shadab Malik bc13ccbdf1 Move polyamorous from gem to a module. 2020-04-02 20:13:33 -04:00