gregnavis / active_record_doctor

Identify database issues before they hit production.
MIT License
1.76k stars 55 forks source link

A new detector to detect invalid associations #179

Open fatkodima opened 7 months ago

fatkodima commented 7 months ago

I my project, I encountered a few invalid/unused associations (e.g the associated model does not exist, or the belongs_to/has_one column does not exist). So I think it will be useful for a wider range of projects.

Are you open for a PR?