[Streamlined][869] removing database_sample in favor of:

0 views
Skip to first unread message

svn-str...@thinkrelevance.com

unread,
Jun 4, 2008, 5:23:57 PM6/4/08
to streamli...@googlegroups.com
Revision
869
Author
abedra
Date
2008-06-04 17:23:57 -0400 (Wed, 04 Jun 2008)

Log Message

removing database_sample in favor of:
  * database.yml.mysql
  * database.yml.pgsql
  * database.yml.mssql

Streamlined already supports mysql and pgsql, sqlserver support is in the works.

Added Paths

Removed Paths

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
Reply all
Reply to author
Forward
0 new messages