gpt4 book ai didi

ruby-on-rails - Rails 3.1 Assets 管道 - 在 Heroku 上关闭图像 Assets 指纹识别?

转载 作者:行者123 更新时间:2023-12-01 01:26:40 27 4
gpt4 key购买 nike

因为我在应用程序中使用的 jQuery 插件直接引用了图像,所以我试图关闭 Assets 指纹识别。

所以我设置了config.assets.digest = false在我的 production.rb 中,但现在我的图像引用根本不起作用。 /assets/foo.png只返回一个空白响应。

我真的不想改变 jQuery 插件的代码并添加 erb 图像助手,但我不确定还能做什么。坦率地说,图像的 Assets 指纹识别似乎比它的值(value)要麻烦得多。

有人有任何见解吗?

谢谢!

最佳答案

有人为此制作了一颗 gem :

https://github.com/spohlenz/digestion

The asset pipeline is a great new component of Rails 3.1. However it has a feature known as fingerprinting that makes it impossible to properly incorporate many popular JavaScript libraries (including TinyMCE, CKEditor and FancyZoom to name just a few) into the asset pipeline.

This gem patches the asset pipeline to allow these libraries to be used, by disabling the fingerprinting functionality for specific files or paths.

关于ruby-on-rails - Rails 3.1 Assets 管道 - 在 Heroku 上关闭图像 Assets 指纹识别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7375810/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com