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

feat: upgrade to rails 7.2 #6028

Merged
merged 1 commit into from
Sep 25, 2024
Merged

feat: upgrade to rails 7.2 #6028

merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. feat: upgrade to Rails 7.2

    fix: deperecations
    - swap enums to use symbol style calls instead of keyword calls
    - ensure form_with(model:) is not called with nil
    
    fix: remove old defaults
    
    feat: fix json issues
    
    prepend ActiveSupport to classes that use to_json to ensure we use
    ActiveSupport implementation of to_json instead of Object to_json (which
    is an alias for to_s)
    
    fix: accessible concern
    
    Some change in rails 7.2 made drawing of routes in an RSpec test not
    play well with config.eager_load = true. Thus, in CI these tests would
    fail.
    
    Changed the way routes were dynamically added to fix.
    
    fix: add dummy secret key for parallel CI
    elasticspoon committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7d6624c View commit details
    Browse the repository at this point in the history