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

Upgrade/rails 7.1 v2 #4736

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Upgrade/rails 7.1 v2 #4736

merged 1 commit into from
Aug 11, 2024

Commits on Aug 10, 2024

  1. Upgrade: Rails version 7.1 (#4735)

    This commit:
    * Run bundle update
    * Run `app:update` task and resolve conflicts in config & env files
    * Run safe autocorrect fixes for new Rubocop offences
    * Add rubocop-rspec_rails to Rubcop config
    * Manually fix new unsafe Rubcop offences
      * Requires fixing some specs as some elements became ambiguous due to
        preferring more generic `click_on` Capybara helper instead of `click_link`
    * Add generators to new `autoload_lib` configuration
      * Because: CI breaks otherwise
    * Access schema migration object via base connection in Heroku task
      * Because: This behaviour was removed in rails 7.1.
        See https://github.com/rails/rails/blob/7-1-stable/activerecord/CHANGELOG.md
    * Toggle low risk framework defaults for Rails 7.1
    ChargrilledChook committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8384a65 View commit details
    Browse the repository at this point in the history