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

[7.4-stable] Allow Rails 8.0 #3138

Merged
merged 5 commits into from
Jan 7, 2025
Merged

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Jan 7, 2025

Backport

This will backport the following commits from main to 7.4-stable:

Questions ?

Please refer to the Backport tool documentation

(cherry picked from commit adff5bf)
Rails 8.0 (the default Rails we use on CI) needs at least
Ruby 3.2. We still support 3.1 and set the linter to check
for Ruby 3.1 syntax.

(cherry picked from commit fab0563)
Rails 8 needs at least Ruby 3.2

(cherry picked from commit 11e3a55)
This needs to be defined as member in order to work with Rails 8

(cherry picked from commit fb04bb1)
In Rails 8 the input helper for `<textarea>` HTML tag is finally
called `textarea` and not `text_area` anymore.

(cherry picked from commit 6a99e6a)
@tvdeyen tvdeyen requested a review from a team as a code owner January 7, 2025 20:09
@tvdeyen tvdeyen mentioned this pull request Jan 7, 2025
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.48%. Comparing base (5a5cde8) to head (cf5f70e).
Report is 9 commits behind head on 7.4-stable.

Additional details and impacted files
@@             Coverage Diff             @@
##           7.4-stable    #3138   +/-   ##
===========================================
  Coverage       96.48%   96.48%           
===========================================
  Files             237      237           
  Lines            6424     6424           
===========================================
  Hits             6198     6198           
  Misses            226      226           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tvdeyen tvdeyen merged commit dba9b4a into 7.4-stable Jan 7, 2025
46 checks passed
@tvdeyen tvdeyen deleted the backport/7.4-stable/pr-3032 branch January 7, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant