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
We had problems testing with mysql2 on newer Rails versions, so we created a separate multiverse suite dedicated to testing the pg gem with Active Record and began testing the newer Rails versions (6.0+) only with pg.
Now, trilogy may provide us with an option to more easily test mysql with newer Rails versions. We may be able to extend the existing active_record_pg suite to test other database adapters as well, or may create a new suite specifically for trilogy.
The text was updated successfully, but these errors were encountered:
We had problems testing with mysql2 on newer Rails versions, so we created a separate multiverse suite dedicated to testing the pg gem with Active Record and began testing the newer Rails versions (6.0+) only with pg.
Now, trilogy may provide us with an option to more easily test mysql with newer Rails versions. We may be able to extend the existing
active_record_pg
suite to test other database adapters as well, or may create a new suite specifically for trilogy.The text was updated successfully, but these errors were encountered: