From ce19d61e1dc45a0a55ee9f9569e5a82e1cf181ab Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 17 Jan 2016 18:58:05 +0100 Subject: [PATCH] use utf8mb4 because utf8 is not UTF-8 compatible... --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 8b37796..efae840 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,6 +1,6 @@ default: &default adapter: mysql2 - encoding: utf8 + encoding: utf8mb4 database: website pool: 5 timeout: 5000