Sha256: 93476a2ca8c9a28505719389811af265f47e8da1ded9a6a372cf13f41934c423

Contents?: true

Size: 210 Bytes

Versions: 30

Compression:

Stored size: 210 Bytes

Contents

POSTGRES_CONFIG = {
  :adapter => 'postgresql',
  :database => 'weblog_development',
  :host => 'localhost',
  :username => 'blog',
  :password => ''
}

ActiveRecord::Base.establish_connection(POSTGRES_CONFIG)

Version data entries

30 entries across 30 versions & 6 rubygems

Version Path
intentmedia-activerecord-jdbc-adapter-1.1.1.1 test/db/postgres.rb
c3-activerecord-jdbc-adapter-1.1.3.1 test/db/postgres.rb
activerecord-jdbc-adapter-1.2.0 test/db/postgres.rb
c3-activerecord-jdbc-adapter-1.1.3 test/db/postgres.rb
jashmenn-activerecord-jdbc-adapter-1.2.0.0 test/db/postgres.rb
jashmenn-activerecord-jdbc-adapter-1.2.0 test/db/postgres.rb
activerecord-jdbc-adapter-1.1.3 test/db/postgres.rb
activerecord-jdbc-adapter-1.1.2 test/db/postgres.rb
activerecord-jdbc-adapter-1.1.1 test/db/postgres.rb
activerecord-jdbc-adapter-1.1.0 test/db/postgres.rb
activerecord-jdbc-adapter-1.0.3-java test/db/postgres.rb
activerecord-jdbc-adapter-1.0.2-java test/db/postgres.rb
activerecord-jdbc-adapter-1.0.1-java test/db/postgres.rb
activerecord-jdbc-adapter-1.0.0-java test/db/postgres.rb
activerecord-jdbc-adapter-1.0.0.beta2-java test/db/postgres.rb
kb-activerecord-jdbc-adapter-0.9.7.1-java test/db/postgres.rb
kb-activerecord-jdbc-adapter-1.0.0.beta1-java test/db/postgres.rb
activerecord-jdbc-adapter-1.0.0.beta1-java test/db/postgres.rb
activerecord-jdbc-adapter-0.9.7-java test/db/postgres.rb
activerecord-jdbc-adapter-0.9.6-java test/db/postgres.rb