gregnavis / active_record_doctor

Identify database issues before they hit production.
MIT License
1.72k stars 56 forks source link

Change the default configuration file to .active_record_doctor.rb #162

Closed jdufresne closed 9 months ago

jdufresne commented 9 months ago

It now includes the .rb extension to assist editors with automatic syntax highlighting as well as other tools.

There continues to be a fallback to the previous .active_record_doctor for backward compatibility. If used, a deprecation warning is emitted to nudge the project towards the new standard.

Fixes #159

gregnavis commented 9 months ago

Closing in favor of #166.