I got the error incompatible character encodings: UTF-8 and ASCII-8BIT, when the view found in the database some characters like: ñ, á, é, etc.
incompatible character encodings: UTF-8 and ASCII-8BIT
My envir
In the file boot.rb, I added this line:
boot.rb
ENV['NLS_LANG'] = 'AMERICAN_AMERICA.UTF8'
Whit this I solved my problem.