Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 402 Bytes

README.markdown

File metadata and controls

5 lines (3 loc) · 402 Bytes

This code is for monkey-patching the Mysql2Adapter with ActiveRecord to avoid the following error when running integration tests with something like Capybara and Selenium or Capybara and Webkit: Mysql2::Error: This connection is still waiting for a result, try again once you have the result

The issue is alive and well: brianmario/mysql2#99

Do not use this in production.