rails 2中的标题内容类型

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rails 2中的标题内容类型相关的知识,希望对你有一定的参考价值。

  1. before_filter :header_javascript
  2.  
  3. def header_javascript
  4. response.headers['Content-type'] = 'text/javascript; charset=utf-8'
  5. end

以上是关于rails 2中的标题内容类型的主要内容,如果未能解决你的问题,请参考以下文章

内容类型设置为 application/json 的 Ajax 请求被 Rails 解释为文本

导入地图+刺激:JS“未知内容类型文本/html”中的错误

将文本文件从 Android 上传到 Rails 会导致内容类型欺骗错误

如何直接从 ZipEntry(RubyZip、Paperclip、Rails 3)获取临时文件对象(内容类型正确,无需写入磁盘)?

Rails3 使用 text/html 内容类型而不是 text/javascript 呈现 js.erb 模板

鼠标悬停在rails中的按钮上时弹出内容