Active Record Doctor v1.8.0 Release Notes

    • New feature: incorrect_dependency_option can detect cases sub-optimal or dangerous use of :delete_all or :destroy on associations (thanks to Dusan Orlovic for the contribution).
    • ๐Ÿ†• New feature: all runs all tasks and exits with a zero status if there were no errors.
    • ๐Ÿ†• New feature: support for MySQL!
    • ๐Ÿ› Bug fix: add_index in Rails 6 now correctly adds version numbers to migrations (thanks to Tatsuya Hoshino for the fix).
    • โœ‚ Removed unnecessary dependencies on railties and activesupport.