Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Rails v5.2 support #4850

Commits on Jan 12, 2023

  1. Remove support for Rails v5.2

    Rails v5.2 is EOL since 01 Jun 2022 [1].
    
    Our new release policy [2] makes it clear that we don't support Rails
    versions that are no longer maintained.
    
    [1] - https://endoflife.date/rails
    [2] - https://solidus.io/release_policy/
    waiting-for-dev committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    28d72e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Remove indirection to set current host for ActiveStorage

    We no longer support Rails v5.2, so there's no need to support the old
    way [1]. As we only need to include a Rails module, there's neither the need
    to go through a custom module.
    
    [1] - rails/rails@e33c3cd
    waiting-for-dev committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a3119d5 View commit details
    Browse the repository at this point in the history