エラー:
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