-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Allow Rails 8.0 #3032
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
This pull request has not seen any activiy in a long time. |
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
In Rails 8 the input helper for `<textarea>` HTML tag is finally called `textarea` and not `text_area` anymore.
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
What is this pull request for?
Allows to update to Rails 8.0