schema_associations currently monkey-patches ActiveRecord::Base, using a bunch of alias_method_chain calls.
Instead, ideally schema_plus_core would provide a middleware stack for the relevant methods (reflect_on_association and friends), and schema_associations would then be middleware.
schema_associationscurrently monkey-patchesActiveRecord::Base, using a bunch ofalias_method_chaincalls.Instead, ideally
schema_plus_corewould provide a middleware stack for the relevant methods (reflect_on_associationand friends), andschema_associationswould then be middleware.