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

Add support for Rails 8.0 #2705

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Add support for Rails 8.0 #2705

merged 1 commit into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. Add support for Rails 8.0

    We needed to:
    
    * Bring over quite a few things from `rails app:update`, which hopefully
      should make future upgrades easier,
    * Fix a change to the `enum` `ActiveModel` signature, which changed
      between Rails 6.0 and 7.0,
    * Add a version check from 7.0 for `raise_on_missing_callback_actions`,
    * Make a few changes to CI (on top of #2712) to adjust the Ruby versions
      we run CI against.
    
    https://rubyonrails.org/2024/11/7/rails-8-no-paas-required
    
    Closes #2703
    nickcharlton committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e203a3a View commit details
    Browse the repository at this point in the history