Skip to content

Drop support for Active Record 6.0 and older#183

Merged
gregnavis merged 1 commit intomasterfrom
remove-support-for-active-record-6-and-older
Sep 5, 2024
Merged

Drop support for Active Record 6.0 and older#183
gregnavis merged 1 commit intomasterfrom
remove-support-for-active-record-6-and-older

Conversation

@gregnavis
Copy link
Owner

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.

@gregnavis gregnavis force-pushed the remove-support-for-active-record-6-and-older branch from 6555e2f to 41b1bdc Compare August 28, 2024 11:23
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.
@gregnavis gregnavis force-pushed the remove-support-for-active-record-6-and-older branch from 41b1bdc to 5290883 Compare August 28, 2024 12:05
@gregnavis gregnavis marked this pull request as ready for review September 5, 2024 19:24
@gregnavis gregnavis merged commit 778178e into master Sep 5, 2024
@gregnavis gregnavis deleted the remove-support-for-active-record-6-and-older branch September 5, 2024 19:25
@gregnavis gregnavis added this to the 2.0 milestone Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant