]> git.openstreetmap.org Git - rails.git/commit
set the db encoding to utf-8, otherwise data is stored incorrectly in db. Can be...
authorAndy Allan <gravitystorm@gmail.com>
Wed, 15 Oct 2008 16:56:56 +0000 (16:56 +0000)
committerAndy Allan <gravitystorm@gmail.com>
Wed, 15 Oct 2008 16:56:56 +0000 (16:56 +0000)
commit8651215ec3a01204fa6acdbf0dbe72b9926e586a
treee4e0d94643df7cd16d29a6c53d6c76f5e9e977a0
parenta5e5cbc73999d004998e1e90b1b19796a94b077d
set the db encoding to utf-8, otherwise data is stored incorrectly in db. Can be seen by roundtrip truncating at 255 bytes instead of 255 chars. Connection setting (here) is independant of mysql setup
config/database.yml