I have problem with enconding (i think) in Rails. When i put for example:
flash[:notice] = "ąęćół"
in rails controller i see 500 error page. I set default encoding for MYSQL on
UTF-8
but where i can set it for rails files?
Thanks for answers.