Casecommons / with_model

Dynamically build an Active Record model (with table) within a test context
http://www.casebook.net
MIT License
167 stars 18 forks source link

use current connection not cached #9

Closed Unpakt closed 12 years ago

Unpakt commented 12 years ago

we switch connection adapters during tests which causes the cached connection to no longer exist.

nertzy commented 12 years ago

Thanks! Who is this? I would like to credit the devs who did this. Or should I credit this to "Unpakt" instead?

Unpakt commented 12 years ago

Hey grant! Ryan Ong & Richard Nuno

nertzy commented 12 years ago

Version 0.3.1 has the fix. Thanks guys!