OSDN Git Service

cleanup database.yml files
authorNihad Abbasov <narkoz.2008@gmail.com>
Thu, 27 Sep 2012 06:36:55 +0000 (23:36 -0700)
committerNihad Abbasov <narkoz.2008@gmail.com>
Thu, 27 Sep 2012 09:56:20 +0000 (02:56 -0700)
config/database.yml.example
config/database.yml.mysql
config/database.yml.sqlite

index 5b5c3f0..c5a2b8d 100644 (file)
@@ -9,12 +9,11 @@ production:
   pool: 5
   username: root
   password: "secure password"
+  # host: localhost
   # socket: /tmp/mysql.sock
 
-
-# 
-# Development specific
 #
+# Development specific
 #
 development:
   adapter: mysql2
@@ -38,6 +37,3 @@ test: &test
   username: root
   password: "secure password"
   # socket: /tmp/mysql.sock
-
-cucumber:
-  <<: *test
index 99cd7ea..436bea7 100644 (file)
@@ -9,12 +9,11 @@ production:
   pool: 5
   username: root
   password: "secure password"
+  # host: localhost
   # socket: /tmp/mysql.sock
 
-
-# 
-# Development specific
 #
+# Development specific
 #
 development:
   adapter: mysql2
@@ -38,6 +37,3 @@ test: &test
   username: root
   password:
   # socket: /tmp/mysql.sock
-
-cucumber:
-  <<: *test
index 077a17b..591448f 100644 (file)
@@ -12,11 +12,8 @@ production:
   pool: 5
   timeout: 5000
 
-
-# 
-# Development specific
-#
 #
+# Development specific
 #
 development:
   adapter: sqlite3
@@ -32,6 +29,3 @@ test: &test
   database: db/test.sqlite3
   pool: 5
   timeout: 5000
-
-cucumber:
-  <<: *test