gregnavis / active_record_doctor

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

Drop support for Active Record 6.0 and older #183

Closed gregnavis closed 1 week ago

gregnavis commented 2 weeks ago

This commit drops support for ancient Versions of Active Record. Maintaining backwards compatibility with them became too expensive and negatively influenced the pace of new development.

Assuming Active Record 6.1 or newer, we were able to remove certain conditionals from the code base. Additionally, almost all mentions of older versions of active record in the rails were removed from the code.