Andrew Nutter-Upham
Andrew Nutter-Upham
🤷 I don't have keys to this kingdom either. I'd love for this project to continue, but I'm not sure how to accomplish that beyond the PRs.
fork synced. `git rebase -ff origin/master` complete.
Certainly. rubocop -a, and rebased.
- Emulate OracleAdapter isn't working because the loading process changed significantly. [oracle_enhanced_connection](https://github.com/rsim/oracle-enhanced/blob/792ef9a64ba9eafdae7cee1e7deaec910b6b6331/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb#L68) is never called. - The fix here for Model.contains context index searching is a work around for that...
@dlagerro Thank you!!!! I knew I was papering over a broader issue in the hopes of being able to resolve other issues here first. I had spent more time on...
@dlagerro's suggestion worked great for the bind parameters issue, and was similar to changes found in the postgres adapter. I've also changed how you invoke the emulate_oracle_adapter feature. You used...
I have removed ruby 2.7 and 3.0 from the test matrix. They are not compatible with Rails 7.2
Hi! Thanks for taking up this conversation! main() is never called during the gunicorn/uwsgi startup, so if we need logging initialized at all (I think we do) then we need...
Certainly! Leaving off containers for the moment, there are two main configurations that I do & see. One is nginx proxying to processes managed by systemd. The other is some...
Hi @yahonda I have made some progress, imperfect, but hopefully helpful. #2424