Skip to content
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

Add support for trilogy adapter for MySQL #422 #423

Merged
merged 4 commits into from
Apr 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added trilogy gem for Rails 7.1
  • Loading branch information
mrudult committed Feb 8, 2024
commit e27ba3f82d755e6b4132c0911a61da38a54bd756
3 changes: 3 additions & 0 deletions appraisal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
mysql2:
version: ''
install_if: '-> { ENV["DB_ADAPTER"] == "mysql2" }'
activerecord-trilogy-adapter:
version: ''
install_if: '-> { ENV["DB_ADAPTER"] == "trilogy" }'
# activerecord-oracle_enhanced-adapter:
# version: ~> 7.0.0
# install_if: '-> { ENV["DB_ADAPTER"] == "oracle_enhanced" }'
Expand Down