Non ascii characters in link_to is causing the app to fail in internet explorer 9 in rails app

别说谁变了你拦得住时间么 提交于 2019-12-06 01:03:24

On Ruby 1.9.x you should specify the encoding on each .rb file. Add this on the first line of each:

# -*- coding: UTF-8 -*-
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!