I've got some problems with my seeds.rb file in my ruby on rails application.
Wen I prefill the database with the seeds.rb file I got this error when I start my application:
incompatible character encodings: UTF-8 and ASCII-8BIT
But the seeds.rb file is utf8 ... When I preffil with phpmyadmin all works fine.
UPDATE:
I have figured out from where the error comes.
<th><%=t("xyz.next_Time_at")%></th>
<td>
<%=l @xyz.next_Time %>
</td>
Here I collect a date from Database for example:
2015-03-27 14:27:30