-
Notifications
You must be signed in to change notification settings - Fork 991
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
Rails 7 & Ruby 3.1 #9328
Closed
Closed
Rails 7 & Ruby 3.1 #9328
Commits on Aug 2, 2024
-
Fixes #33895 - Set up Zeitwerk inflector
Zeitwerk uses constant to snake case to resolve the paths. If we want to change some constants to be Uppercase, we need to use the inflector.
Configuration menu - View commit details
-
Copy full SHA for ff36e63 - Browse repository at this point
Copy the full SHA ff36e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe8d3a - Browse repository at this point
Copy the full SHA ffe8d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7665685 - Browse repository at this point
Copy the full SHA 7665685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c9e15 - Browse repository at this point
Copy the full SHA 42c9e15View commit details -
Configuration menu - View commit details
-
Copy full SHA for c633875 - Browse repository at this point
Copy the full SHA c633875View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6dda96 - Browse repository at this point
Copy the full SHA c6dda96View commit details -
Configuration menu - View commit details
-
Copy full SHA for c543e5a - Browse repository at this point
Copy the full SHA c543e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a99be7a - Browse repository at this point
Copy the full SHA a99be7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c730b0d - Browse repository at this point
Copy the full SHA c730b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4766d1b - Browse repository at this point
Copy the full SHA 4766d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e042a - Browse repository at this point
Copy the full SHA 10e042aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b74425 - Browse repository at this point
Copy the full SHA 4b74425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c12341 - Browse repository at this point
Copy the full SHA 0c12341View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1481ad - Browse repository at this point
Copy the full SHA a1481adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d330085 - Browse repository at this point
Copy the full SHA d330085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4235626 - Browse repository at this point
Copy the full SHA 4235626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8824a9d - Browse repository at this point
Copy the full SHA 8824a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2faea62 - Browse repository at this point
Copy the full SHA 2faea62View commit details -
Configuration menu - View commit details
-
Copy full SHA for b07f706 - Browse repository at this point
Copy the full SHA b07f706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 843068e - Browse repository at this point
Copy the full SHA 843068eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7787e59 - Browse repository at this point
Copy the full SHA 7787e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c101239 - Browse repository at this point
Copy the full SHA c101239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7574a2f - Browse repository at this point
Copy the full SHA 7574a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5e0eb - Browse repository at this point
Copy the full SHA fd5e0ebView commit details -
Fixes #35431 - Update spring to 4.x
Currently version 2 is used, but version 3 brings Ruby 3 support. Version 4 is the latest. The only backwards incompatible changes they mention[1] are requiring Ruby >= 2.7 and Rails >= 6.0, which is not a problem for Foreman. Version 3 enforces that cache_classes is turned off, in particular for test environments. [1]: https://github.com/rails/spring/blob/main/CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 37b9dbc - Browse repository at this point
Copy the full SHA 37b9dbcView commit details -
Explicitly state belongs_to are optional
While there is a setting which we change, this allows running with Rails 5+ default settings.
Configuration menu - View commit details
-
Copy full SHA for feede20 - Browse repository at this point
Copy the full SHA feede20View commit details -
This drops the redirect_back_or_to method that Rails now natively implements. It also configures Foreman to raise errors on open redirects, similar to what was implemented in 2517ba4. Rails 7.0 introduced this as a config option, but only enables it if you load the 7.0 defaults while after this change it still loads the 6.1 defaults.
Configuration menu - View commit details
-
Copy full SHA for 25dfa93 - Browse repository at this point
Copy the full SHA 25dfa93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4509d6f - Browse repository at this point
Copy the full SHA 4509d6fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.