是否可以渲染部分内容并强制浏览器不从缓存加载?
我有一个窗口,当它打开时,我需要确保图像是其最新状态。
所以我想为什么不呢..
render :partial => 'logo', :cache => false
但这并不是真正的轨道。有什么想法吗?
I have a window and when it opens, I need to make sure that the image is its latest state.
So I thought why not..
render :partial => 'logo', :cache => false
but that's not really rails. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不呢:
数字应该是当前时间或类似的东西。
Why not:
The number would be the current time or something like that.