-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 6.1 compatibility #3784
Comments
@kennyadsl I think you had investigated this issue in the past, right? |
Not yet: in the past, we had different errors, mainly related to our dependencies that are still not ready for rails master. This looks new to me. |
I think all the current errors are related to Ransack, their latest version and their main are not compatibile with Rails main/6.1RC1 yet.
|
We have a problem with CanCanCan too: |
Ransack main branch is now compatible with Rails 6.1.0.RC1 ❤️ |
The latest rails-master introduced some changes that broke the CI for any PR. Solidus should be upgraded in order to take those changes into account.
Additionally rails@master can be allowed to fail without blocking merges.It's already the case, although the red mark can't be removed.In this context we should prep for the upcoming release of Rails 6.1.
Solidus Version:
master
To Reproduce
Just look at any recent CI run, the typical error looks like this:
https://app.circleci.com/pipelines/github/solidusio/solidus/1517/workflows/7e34a2fa-bf02-46bc-953c-b9f8d9eedcd7/jobs/20534
(the affected factory may vary, and the issue may well may be in
factory_girl
, but that needs to be verified)The text was updated successfully, but these errors were encountered: