This repository was archived by the owner on May 31, 2024. It is now read-only.

Description
Since ruby-pg v1.5, PG::Connection::CONNECT_ARGUMENT_ORDER has become private_constant by ged/ruby-pg#522. As a result, posgra raises errors as follows when connecting to postgres.
NameError:
private constant PG::Connection::CONNECT_ARGUMENT_ORDER referenced
|
PG::Connection::CONNECT_ARGUMENT_ORDER.each do |key| |