Sha256: 933f7bba8000a68af1e1b624c69cbfa2d7ce5f9f52954b41a880e46eb3911107
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
# = Debug Configuration # # Configuration to use while debugging, this is slow. # # code: # * George Moschovitis <gm@navel.gr> # # (c) 2004 Navel, all rights reserved. # $Id: debug-config.rb 118 2004-11-01 10:13:42Z gmosx $ require "simple/conf/config" # Database $og = N::Og.new( :address => "localhost", :database => "simple", :user => "postgres", :password => "navelrulez", :connection_count => 2 ) $og.get_connection $og.manage(N::Article) $og.manage(N::Comment)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.3.0 | examples/simple/conf/debug-config.rb |