错误:
Errno::ENOENT: No such file or directory - .../production/releases/20120224120523/tmp/cache/55B/D80/views%2Ffooter
看法:
<% cache("footer") do %>
<%= render :partial => "partials/footer" %>
<% end %>
缓存清扫器:
def after_create()
expire_fragment("footer")
end
有什么问题?我的缓存文件夹有 chmod 744,当我查看时该文件实际上就在那里。
编辑:
这是回溯: http: //pastie.org/4103699