Module: ActiveRecord
- Defined in:
- lib/active_record/fiber_patches.rb,
lib/active_record/connection_adapters/mysql2_adapter.rb,
lib/active_record/connection_adapters/em_mysql2_adapter.rb
Overview
AR adapter for using a fibered mysql2 connection with EM This adapter should be used within Thin or Unicorn with the rack-fiber_pool middleware. Just update your database.yml’s adapter to be ‘em_mysql2’
Defined Under Namespace
Modules: ConnectionAdapters Classes: Base