public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
Add "encoding: utf8" to database.example.yml
yaroslav (author)
Sun May 11 04:06:30 -0700 2008
commit  33a730791242bb12b2bcd8cfab0a59e2b750b725
tree    1d883f402575865a5d3bf8ea2cbf9a920812966a
parent  bc58c2c800ee1bb8e33b4054e8565ce7e19ee8fa
...
16
17
18
 
19
20
21
...
26
27
28
 
29
30
31
...
33
34
35
 
36
37
38
...
16
17
18
19
20
21
22
...
27
28
29
30
31
32
33
...
35
36
37
38
39
40
41
0
@@ -16,6 +16,7 @@
0
   username: root
0
   password:
0
   host: localhost
0
+ encoding: utf8
0
 
0
 # Warning: The database defined as 'test' will be erased and
0
 # re-generated from your development database when you run 'rake'.
0
@@ -26,6 +27,7 @@
0
   username: root
0
   password:
0
   host: localhost
0
+ encoding: utf8
0
 
0
 production:
0
   adapter: mysql
0
@@ -33,6 +35,7 @@
0
   username: root
0
   password:
0
   host: localhost
0
+ encoding: utf8
0
 
0
 
0
 ### Example database connections. You can safely delete these. ###

Comments

    No one has commented yet.