提交 b4c40c21 编写于 作者: D Dmitriy Zaporozhets

removed activities page cache cause some bugs

上级 21d566ea
......@@ -11,9 +11,6 @@ class ProjectsController < ApplicationController
before_filter :require_non_empty_project, :only => [:blob, :tree]
before_filter :load_refs, :only => :tree # load @branch, @tag & @ref
# expire show page every 4 minute
caches_action :show, :expires_in => 4.minutes
def index
source = current_user.projects
source = source.tagged_with(params[:tag]) unless params[:tag].blank?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册