customink / secondbase

Seamless second database integration for Rails.
MIT License
220 stars 30 forks source link

Use MySQL as the second base test database. #6

Closed metaskills closed 8 years ago

metaskills commented 8 years ago

We felt it was a good idea to use a different database/adapter for the SecondBase connection in test mode. The default DB is Sqlite3. By using MySQL as the second, we can ensure that tests do not share state which could be hidden if both DBs are the same adapter.

metaskills commented 8 years ago

High five @hmadison :hand: