##// END OF EJS Templates
Encoding set to utf8 in example database.yml (#1506)....
Jean-Philippe Lang -
r1569:4d6f50d3febf
parent child
Show More
@@ -12,6 +12,7 production:
12 12 host: localhost
13 13 username: root
14 14 password:
15 encoding: utf8
15 16
16 17 development:
17 18 adapter: mysql
@@ -19,6 +20,7 development:
19 20 host: localhost
20 21 username: root
21 22 password:
23 encoding: utf8
22 24
23 25 test:
24 26 adapter: mysql
@@ -26,6 +28,7 test:
26 28 host: localhost
27 29 username: root
28 30 password:
31 encoding: utf8
29 32
30 33 test_pgsql:
31 34 adapter: postgresql
General Comments 0
You need to be logged in to leave comments. Login now