-
Couldn't load subscription status.
- Fork 56
Departure Trilogy support #117
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
base: master
Are you sure you want to change the base?
Conversation
|
@guilleiguaran @benlangfeld Can you please take a look at this PR?
|
This is more up @xjunior 's street. He's been working on things related to this recently. |
|
Thanks for the quick response. @xjunior I'll appreciate if you can take a look. This work was inspired on your previous PR, this PR makes trilogy to work as a standalone adapter without depending on mysql2 adapter |
You are right, I am seeing the same in rails 7.1. I'll dig more into it and I'll post a feedback in this thread. Might take some time but definitely this is something I'll have to take a deeper look at in a near future |
|
@mldoscar thanks a lot, I think your PR improved a lot of things in the codebase and if we could get that part to work it would be amazing. Since there is no additional connection, perhaps we could actually make Departure a full-fledged AR adapter? This way, we don't need to care about changing adapters during migration and it should be closer to what AR expects since the change I mentioned in that thread. In any case, count on me if you need any help 👍 |
| @@ -1,5 +1,5 @@ | |||
| FROM ruby:3.0 | |||
| MAINTAINER [email protected] | |||
| # MAINTAINER [email protected] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this any useful in this setup? We should probably get rid of this line.
Can you elaborate on how that would be possible? |
|
@mldoscar are you still working on this? We merged rails 7.1 and 7.2 support to main, which included refactorings that conflicted with your branch, but should also contribute to your solution. We're excited to support Trilogy, so please let us know if you're not going to be working on this. |
|
@xjunior I can try to rebase my branch and work on the trilogy compatibility based on the recent changes in the master branch at some point |
No description provided.