You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
committed
Add trilogy adapter support and make mysql2 optional for development
mysql2 requires native MySQL libraries which not all developers have
installed. Gate mysql2 behind BUNDLE_INSTALL_MYSQL=1 in the main
Gemfile. Appraisal gemfiles keep mysql2 hardcoded for CI.
Add trilogy adapter support throughout:
- Add "trilogy" to all mysql adapter name checks in format modules
- Add trilogy to database.yml configs (example and CI)
- Add trilogy test step to CI (runs on the mysql matrix entry)
- Add trilogy to gemfile_72 for CI
- Normalize DB=trilogy in test environment
Co-Authored-By: Daniel Berger <78529+djberg96@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments