# File lib/active_record/connection_adapters/abstract/connection_pool.rb, line 295
      def establish_connection(name, spec)
        @connection_pools[name] = ConnectionAdapters::ConnectionPool.new(spec)
      end