Diff
Added: edge/streamlined/.gitignore (0 => 869)
--- edge/streamlined/.gitignore (rev 0)
+++ edge/streamlined/.gitignore 2008-06-04 21:23:57 UTC (rev 869)
@@ -0,0 +1,2 @@
+log/*
+config/database.yml
\ No newline at end of file
Added: edge/streamlined/config/database.yml.mssql (0 => 869)
--- edge/streamlined/config/database.yml.mssql (rev 0)
+++ edge/streamlined/config/database.yml.mssql 2008-06-04 21:23:57 UTC (rev 869)
@@ -0,0 +1,7 @@
+development:
+ adapter: sqlserver
+ mode: odbc
+ dsn: STREAMLINED_DSN
+ username: sa
+ password:
+
Copied: edge/streamlined/config/database.yml.mysql (from rev 868, edge/streamlined/config/database_sample.yml) (0 => 869)
--- edge/streamlined/config/database.yml.mysql (rev 0)
+++ edge/streamlined/config/database.yml.mysql 2008-06-04 21:23:57 UTC (rev 869)
@@ -0,0 +1,9 @@
+# Sample database config file. Copy this file to config/database.yml and
+# change the settings to match your local environment.
+
+streamlined_unittest:
+ adapter: mysql
+ database: streamlined_unittest
+ username: root
+ password:
+
Copied: edge/streamlined/config/database.yml.pgsql (from rev 868, edge/streamlined/config/database_sample.yml) (0 => 869)
--- edge/streamlined/config/database.yml.pgsql (rev 0)
+++ edge/streamlined/config/database.yml.pgsql 2008-06-04 21:23:57 UTC (rev 869)
@@ -0,0 +1,7 @@
+# Sample database config file. Copy this file to config/database.yml and
+# change the settings to match your local environment.
+
+streamlined_unittest:
+ adapter: postgresql
+ database: streamlined_unittest
+
Deleted: edge/streamlined/config/database_sample.yml (868 => 869)
--- edge/streamlined/config/database_sample.yml 2008-05-30 14:28:12 UTC (rev 868)
+++ edge/streamlined/config/database_sample.yml 2008-06-04 21:23:57 UTC (rev 869)
@@ -1,9 +0,0 @@
-# Sample database config file. Copy this file to config/database.yml and
-# change the settings to match your local environment.
-
-streamlined_unittest:
- adapter: mysql
- database: streamlined_unittest
- username: root
- password:
- socket: /tmp/mysql.sock