class ActiveRecord::ConnectionAdapters::ConnectionPool

def checkout_new_connection

def checkout_new_connection
  raise ConnectionNotEstablished unless @automatic_reconnect
  new_connection
end