I have a rails application running on production mode, but all of the sudden this error came up today when a user tried to save a record.
It seems like an encoding problem while getting data from database. Try adding the below to your database.yml file
encoding: utf8
Hope this solves your issue