Skip to content

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Jul 31, 2025

Summary

SolidusSupport::Migration[4.2] is deprecated in favor of ActiveRecord::Migration[4.2]. This cleans up the test logs of many other gems, because solidus_auth_devise is used in many extension test suites.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

`SolidusSupport::Migration[4.2]` is deprecated in favor of
`ActiveRecord::Migration[4.2]`. This cleans up the test logs of many
other gems, because solidus_auth_devise is used in many extension test
suites.
@mamhoff mamhoff force-pushed the remove-support-migrations branch from 2650e7c to ffa8639 Compare July 31, 2025 23:37
Copy link
Member

@jarednorman jarednorman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this is safe to do because we no longer support any versions of ActiveRecord that don't have the [version] API.

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.

2 participants