active_record_doctor 1.5.0 - identify database issues before they hit production

Hi!

I’m pleased to announce the release of active_record_doctor 1.5.0. It can help you to:

  • New feature: Detect soft-deletable models with inappropriate indexes

  • Detect models referencing undefined tables

  • Automatically index foreign keys for better read performance

  • Automatically detect missing foreign key constraints to improve database consistency

  • Automatically detect extraneous indexes to save space and improve write performance

Installation and usage instruction are available on the project home page: https://github.com/gregnavis/active_record_doctor

If you’d like to submit a feature request or a bug report then feel free to shoot me an email or open an issue on GitHub.

Yours

Greg Navis