この質問に関して、PostgreSQL のバージョンを返す でpostgresql_version
定義されているメソッドをオーバーライドしようとしています。ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
module ActiveRecord
module ConnectionAdapters
class PostgreSQLAdapter < AbstractAdapter
protected
# Returns the version of the connected PostgreSQL server.
def postgresql_version
80200
end
end
end
end
しかし、パッチは適用されません。config/initializer で試し、/lib ファイル内でそれを要求しました。ヘルプ?