Sha256: 4d10f0c160b6b2d9f53c604336e3831ac3918d1bff83363fa222fa27d97f47f1

Contents?: true

Size: 193 Bytes

Versions: 12

Compression:

Stored size: 193 Bytes

Contents

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

ActiveRecord::Base.establish_connection(config)

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
saturnflyer-activerecord-jdbc-adapter-0.9.3 test/db/postgres.rb
activerecord-jdbc-adapter-0.9.0.1 test/db/postgres.rb
ActiveRecord-JDBC-0.5 test/db/postgres.rb
activerecord-jdbc-adapter-0.8.1 test/db/postgres.rb
activerecord-jdbc-adapter-0.8.2 test/db/postgres.rb
activerecord-jdbc-adapter-0.9 test/db/postgres.rb
activerecord-jdbc-adapter-0.7.2 test/db/postgres.rb
activerecord-jdbc-adapter-0.9.1 test/db/postgres.rb
activerecord-jdbc-adapter-0.6 test/db/postgres.rb
activerecord-jdbc-adapter-0.7 test/db/postgres.rb
activerecord-jdbc-adapter-0.7.1 test/db/postgres.rb
activerecord-jdbc-adapter-0.8 test/db/postgres.rb