Title: [703] trunk/activerecord-jdbc/test/db/postgres.rb: Add :host => 'localhost' to configuration
Revision
703
Author
nicksieger
Date
2007-08-23 16:29:02 -0400 (Thu, 23 Aug 2007)

Log Message

Add :host => 'localhost' to configuration

Modified Paths


Diff

Modified: trunk/activerecord-jdbc/test/db/postgres.rb (702 => 703)


--- trunk/activerecord-jdbc/test/db/postgres.rb	2007-08-23 17:54:35 UTC (rev 702)
+++ trunk/activerecord-jdbc/test/db/postgres.rb	2007-08-23 20:29:02 UTC (rev 703)
@@ -1,6 +1,7 @@
 config = { 
   :adapter => 'postgresql',
   :database => 'weblog_development',
+  :host => 'localhost',
   :username => 'blog',
   :password => ''
 }
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to