Andrew Nutter-Upham
Andrew Nutter-Upham
Hi I notice when I have the good_job engine mounted, the status page always shows these two alerts when the page is first loaded.  A positive and negative alert...
### Steps to reproduce Make a rails project with: ``` gem 'rails', '~> 8.0.0' gem 'exception_notification', '~> 4.5.0' ``` Attempt to bundle. ### Expected behavior success. ### Actual behavior failure:...
Building on top of #2424 this adds support for existing oracle_enhanced functionality to Rails 8.0. It may not fully support new Rails 8.0 features; For example there seems to be...
This makes significant progress towards supporting Rails 7.2
Fixes 1032
The gem should work with Rails 8.0 ## Commands ``` gem install rails rails new example cd example bundle add annotate --version '3.2.0' ``` Outcome: ``` Fetching gem metadata from...
Enables production deployment with Gunicorn/WSGI servers by fixing three bugs that prevented the gateway from functioning outside the Flask development server. Three Core Fixes 1. UnicodeDecodeError on Dataset Viewing (b9f4d35)...
Stacked on #99 (Unrelated, but I think a good idea, I can provide this unstacked if you prefer) Add dependency lock files to prevent version compatibility issues This addresses the...
This PR brings full Rails 8.1 compatibility to the Oracle Enhanced adapter, building on excellent work by @akostadinov (Aleksandar N. Kostadinov) in PR #2471. I've added only two additional fixes:...
# CLOB/BLOB Inserts Fail When `prepared_statements: false` ## Environment - **Rails**: 8.0.3 - **activerecord-oracle_enhanced-adapter**: 8.0.0 - **ruby-oci8**: 2.2.12 - **Oracle Database**: 19.3.0.0.0 - **Ruby**: 3.4.5 ## Issue Description CLOB and...