Ruby on Rails Tuesday, October 30, 2018

Hi!

I'm pleased to announce the release of active_record_doctor 1.6.0. It can help you to:

- New feature: Detect missing presence validations
- New feature: Detect missing non-NULL constraints
- Detect soft-deletable models with inappropriate indexes
- Detect models referencing undefined tables
- Index foreign keys for better read performance
- Detect missing foreign key constraints to improve database consistency
- 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

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAA6WWt8Pu9znj_Z1PXv-QcgXkKwFQacFFecAVDBKHztqpa6EnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment