From 4105f1c61f500c6de1b2c9764cfc8f75f5419352 Mon Sep 17 00:00:00 2001 From: MrYummy Date: Fri, 2 Jun 2017 19:01:50 +0200 Subject: fixed action caching --- Gemfile | 2 +- app/controllers/statics_controller.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a277484..4216fe2 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'activerecord-session_store' gem 'highlight_js-rails', github: 'RedstonerServer/highlight_js-rails' gem 'kaminari', github: 'jomo/kaminari', branch: 'patch-2' # pagination gem 'jquery-textcomplete-rails', github: 'RedstonerServer/jquery-textcomplete-rails' # @mentions -gem 'actionpack-action_caching' +gem 'actionpack-action_caching', github: 'antulik/actionpack-action_caching', ref: '8c6e52c69315d67437f480da5dce4b7c8737fb32' # Gems used only for assets and not required # in production environments by default. diff --git a/app/controllers/statics_controller.rb b/app/controllers/statics_controller.rb index 70d3bd8..8ea9524 100644 --- a/app/controllers/statics_controller.rb +++ b/app/controllers/statics_controller.rb @@ -1,6 +1,6 @@ class StaticsController < ApplicationController - caches_action :online, expires_in: 10.seconds + caches_action :online, expires_in: 10.seconds, layout: false def index if current_user -- cgit v1.2.3