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 Rails 7.2 support #374

Merged
merged 5 commits into from
Nov 14, 2024
Merged

Add Rails 7.2 support #374

merged 5 commits into from
Nov 14, 2024

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Oct 18, 2024

For now we need the master branch of canonical-rails and my solidus fork with the rails-7.2 branch.

Summary

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.97%. Comparing base (42ef9cc) to head (141173d).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #374      +/-   ##
==========================================
- Coverage   95.98%   95.97%   -0.01%     
==========================================
  Files         207      207              
  Lines        4878     4866      -12     
==========================================
- Hits         4682     4670      -12     
  Misses        196      196              
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@tvdeyen tvdeyen mentioned this pull request Oct 30, 2024
3 tasks
@tvdeyen
Copy link
Member Author

tvdeyen commented Oct 30, 2024

We need this for solidusio/solidus#5843 but it only will pass tests if we also merge the solidus PR. I think we should merge this first and then allow it to fail until we also merge the solidus PR /c @solidusio/core-team

@tvdeyen tvdeyen requested a review from a team October 30, 2024 09:53
@tvdeyen tvdeyen marked this pull request as ready for review October 30, 2024 10:35
and test 3.3 instead. Rails 7.2 does not support Ruby 3.0
anymore and it is out of support anyway.
Rails will complain that we have setup the sandbox database
in development environment, so we need to reset the db env
to test.
It is easier to debug which ruby and rails versions
we are running with.
@kennyadsl
Copy link
Member

@tvdeyen this is not needed anymore?

@tvdeyen
Copy link
Member Author

tvdeyen commented Nov 14, 2024

@tvdeyen this is not needed anymore?

Not sure. It adds specs for Rails 7.2

@fthobe
Copy link
Contributor

fthobe commented Nov 14, 2024

@tvdeyen can be closed at this point or not?

@tvdeyen tvdeyen merged commit bb0ed35 into main Nov 14, 2024
9 checks passed
@tvdeyen tvdeyen deleted the rails-7.2 branch November 14, 2024 18:29
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.

4 participants