Fixed caching bug with category 'list' and 'recently_revised' views.
Re-enabled filesystem caching.
This commit is contained in:
parent
edf335060a
commit
144540a761
4 changed files with 5 additions and 8 deletions
|
@ -8,8 +8,7 @@ require 'string_utils'
|
|||
class WikiController < ApplicationController
|
||||
|
||||
before_filter :load_page
|
||||
caches_action :show, :published, :authors, :tex, :s5, :print
|
||||
# caches_action :show, :published, :authors, :tex, :s5, :print, :recently_revised, :list
|
||||
caches_action :show, :published, :authors, :tex, :s5, :print, :recently_revised, :list
|
||||
cache_sweeper :revision_sweeper
|
||||
|
||||
layout 'default', :except => [:rss_feed, :rss_with_content, :rss_with_headlines, :tex, :pdf, :s5, :export_tex, :export_html]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue