Sha256: 533b693f839bd6cf83c87f6b9acb69b0308f95cbee5e5ea3d7c1821c4a22c90e

Contents?: true

Size: 478 Bytes

Versions: 12

Compression:

Stored size: 478 Bytes

Contents

module Fx
  module Adapters
    class Postgres
      # Decorates an ActiveRecord connection with methods that help determine
      # the connections capabilities.
      #
      # Every attempt is made to use the versions of these methods defined by
      # Rails where they are available and public before falling back to our own
      # implementations for older Rails versions.
      #
      # @api private
      class Connection < SimpleDelegator
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
fx-0.8.0 lib/fx/adapters/postgres/connection.rb
fx-0.7.0 lib/fx/adapters/postgres/connection.rb
fx-jets-0.6.3s lib/fx/adapters/postgres/connection.rb
fx-0.6.2 lib/fx/adapters/postgres/connection.rb
fx-0.6.1 lib/fx/adapters/postgres/connection.rb
fx-0.6.0 lib/fx/adapters/postgres/connection.rb
fx-0.5.0 lib/fx/adapters/postgres/connection.rb
fx-0.4.0 lib/fx/adapters/postgres/connection.rb
fx-0.3.1 lib/fx/adapters/postgres/connection.rb
fx-0.3.0 lib/fx/adapters/postgres/connection.rb
fx-0.2.0 lib/fx/adapters/postgres/connection.rb
fx-0.1.0 lib/fx/adapters/postgres/connection.rb