1
I have a Rails application and when I run or compile the Assets it gives the following error:
"\ xED" followed by "t" on UTF-8
In my
application.Rb
I already have that key:
config.encoding = "utf-8"
Does anyone know what it can be?
1
I have a Rails application and when I run or compile the Assets it gives the following error:
"\ xED" followed by "t" on UTF-8
In my
application.Rb
I already have that key:
config.encoding = "utf-8"
Does anyone know what it can be?
Browser other questions tagged ruby-on-rails ruby character-encoding devise
You are not signed in. Login or sign up in order to post.
You can put the full error log here?
– agaelebe
Hello, thank you for the answer, I already found the error. It was an element inside a js file that was with the wrong encoding. Unfortunately the error log is not specific in which file it was in, so I had to look at several files to find.
– Arnaldo Jr