solidusio / solidus_support

Common runtime helpers for Solidus extensions.
BSD 3-Clause "New" or "Revised" License
9 stars 23 forks source link

Deprecate migration helper #56

Open aldesantis opened 3 years ago

aldesantis commented 3 years ago

Our migration helper was introduced for supporting the upgrade from Rails 4.2 to 5.x, which introduced support for migration versions.

Now that we don't support 4.2 anymore (the earliest Rails version supported by Solidus 2.9 is 5.1), we can deprecate the helper and simply use ActiveRecord::Migration#[] instead.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.