Sha256: 6d547d8a483a58fe2d646d6eee9d459623af01178d668fcf273d742e593f384a
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 Bytes
Contents
config = { :adapter => 'jdbc', :database => 'weblog_development', :url => 'jdbc:postgresql://localhost/weblog_development', :driver => 'org.postgresql.Driver', :username => 'blog', :password => '' } ActiveRecord::Base.establish_connection(config)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ActiveRecord-JDBC-0.2.4 | test/db/postgres.rb |
ActiveRecord-JDBC-0.3 | test/db/postgres.rb |
ActiveRecord-JDBC-0.3.1 | test/db/postgres.rb |
ActiveRecord-JDBC-0.4 | test/db/postgres.rb |