如何禁用 RSpec2 UTF-8 和 HTML 字符转义?
在 Mac OS 上使用 ruby 1.8.7 和 Rails 3.0.3 时,我总是得到“&#...;”运行 rspec 2.4 控制器测试(使用集成视图)的 ERB 模板输出中的字符。
除了“&”之外字符和西里尔字符始终会被转义,即使使用 <%= raw '...' 或 html_safe 方法也是如此。
任何人都可以提供线索 - 这是怎么回事?
WIth ruby 1.8.7 and rails 3.0.3 on Mac OS I always got "...;" characters in ERB template output running rspec 2.4 controllers tests (with integrate_views).
Besides "&" character and Cyrillic characters are always escaped, even using <%= raw '...' or html_safe methods.
Can anybody give a clue - what's going on here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的意思是控制台/终端输出?
尝试编辑
~/.profile
文件并粘贴此行:您可以找到所有可用语言环境的列表 此处。
将 sr_YU 替换为您自己的西里尔语言区域设置。
You mean console/terminal output?
Try editing you
~/.profile
file and pasting this line:You can find listing of all available locales here.
Replace
sr_YU
with your own cyrillic locale.