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

Allow Rails 8.0 #3032

Merged
merged 5 commits into from
Jan 6, 2025
Merged

Allow Rails 8.0 #3032

merged 5 commits into from
Jan 6, 2025

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Sep 8, 2024

What is this pull request for?

Allows to update to Rails 8.0

Copy link

codecov bot commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.58%. Comparing base (640486d) to head (6a99e6a).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3032   +/-   ##
=======================================
  Coverage   96.58%   96.58%           
=======================================
  Files         236      236           
  Lines        6347     6347           
=======================================
  Hits         6130     6130           
  Misses        217      217           

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

Copy link

This pull request has not seen any activiy in a long time.
Probably because of missing tests or a necessary rebase.
This PR will be closed in 7 days if no further activity happens.

@github-actions github-actions bot added the Stale label Dec 14, 2024
@tvdeyen tvdeyen marked this pull request as ready for review December 14, 2024 12:24
@tvdeyen tvdeyen requested a review from a team as a code owner December 14, 2024 12:24
@tvdeyen tvdeyen changed the title wip: Allow Rails 8.0 Allow Rails 8.0 Dec 14, 2024
@tvdeyen tvdeyen removed their assignment Dec 14, 2024
@tvdeyen tvdeyen added this to the 8.0 milestone Dec 14, 2024
@tvdeyen tvdeyen removed the Stale label Dec 14, 2024
@tvdeyen tvdeyen modified the milestones: 8.0, 7.4 Dec 14, 2024
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.
Rails 8 needs at least Ruby 3.2
This needs to be defined as member in order to work with Rails 8
@tvdeyen tvdeyen added the backport-to-7.4-stable Needs to be backported to 7.4-stable label Jan 5, 2025
In Rails 8 the input helper for `<textarea>` HTML tag is finally
called `textarea` and not `text_area` anymore.
@tvdeyen tvdeyen merged commit 53b369c into main Jan 6, 2025
61 checks passed
@tvdeyen tvdeyen deleted the rails-8 branch January 6, 2025 16:25
@alchemycms-bot
Copy link
Collaborator

💔 All backports failed

Status Branch Result
7.4-stable An unhandled error occurred. Please see the logs for details

Manual backport

To create the backport manually run:

backport --pr 3032

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

@tvdeyen
Copy link
Member Author

tvdeyen commented Jan 7, 2025

💚 All backports created successfully

Status Branch Result
7.4-stable

Questions ?

Please refer to the Backport tool documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-7.4-stable Needs to be backported to 7.4-stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants