active_record_doctor 1.4.1 - identify database issues before they hit production

Hi!

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

  • Detect models referencing undefined tables (new feature)

  • 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