Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个窗口,当它打开时,我需要确保图像是其最新状态。
所以我想为什么不..
render :partial => 'logo', :cache => false
但这不是真正的轨道。有任何想法吗?
为什么不:
<img src="youimg.jpg?56734678">
该数字将是当前时间或类似的东西。