Module: ActiveRecordHostPool

Defined in:
lib/active_record_host_pool/pool_proxy.rb,
lib/active_record_host_pool.rb,
lib/active_record_host_pool/version.rb,
lib/active_record_host_pool/connection_proxy.rb,
lib/active_record_host_pool/connection_adapter_mixin.rb

Overview

the ConnectionProxy sits between user-code and a real connection and says “I expect to be on this database” for each call to the connection. upon executing a statement, the connection will switch to that database.

Defined Under Namespace

Modules: DatabaseSwitch Classes: ConnectionProxy, PoolProxy

Constant Summary collapse

VERSION =
"0.11.0"