Rails UTF-8 problem

July 9th, 2008

For some reason the UTF-8 content in my database wasn't correctly rendering in the HTML. Turns out that *removing* encoding: utf8 from database.yml fixed the problem. Strange!

Leave a Reply