Pregunta

I am using http://code.kwint.in/emoji/ to convert unicode iOS emoji characters to images in my Rails app.

It works fine in development, but when precompiling assets for production, the unicode character codes are changed.

For instance, they go from "😄" to "".

How can I prevent this change from happening, as it breaks the emoji.js script I linked above?

¿Fue útil?

Solución

This was fixed by an updated version of Rails 3.2

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top