You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: