From olio-dev-return-558-apmail-incubator-olio-dev-archive=incubator.apache.org@incubator.apache.org Mon Jun 08 14:00:19 2009 Return-Path: Delivered-To: apmail-incubator-olio-dev-archive@minotaur.apache.org Received: (qmail 9386 invoked from network); 8 Jun 2009 14:00:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jun 2009 14:00:18 -0000 Received: (qmail 90114 invoked by uid 500); 8 Jun 2009 14:00:30 -0000 Delivered-To: apmail-incubator-olio-dev-archive@incubator.apache.org Received: (qmail 90090 invoked by uid 500); 8 Jun 2009 14:00:30 -0000 Mailing-List: contact olio-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: olio-dev@incubator.apache.org Delivered-To: mailing list olio-dev@incubator.apache.org Received: (qmail 89851 invoked by uid 99); 8 Jun 2009 14:00:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2009 14:00:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2009 14:00:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C0350234C04C for ; Mon, 8 Jun 2009 07:00:07 -0700 (PDT) Message-ID: <1487612798.1244469607785.JavaMail.jira@brutus> Date: Mon, 8 Jun 2009 07:00:07 -0700 (PDT) From: "Mandy Waite (JIRA)" To: olio-dev@incubator.apache.org Subject: [jira] Created: (OLIO-103) Fragment/Action Cache data is not currently cleaned out when the app is stopped/started MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Fragment/Action Cache data is not currently cleaned out when the app is stopped/started --------------------------------------------------------------------------------------- Key: OLIO-103 URL: https://issues.apache.org/jira/browse/OLIO-103 Project: Olio Issue Type: Bug Components: rails-app Reporter: Mandy Waite Assignee: Shanti Subramanyam Cache data is not currently cleaned out from tmp/cache when the app is stopped/started, this may cause issues with the app working from invalid cache data. The same is also true when the DB is reloaded between test runs. Ideally the tmp/cache/views directory and its contents should be removed whenever the DB is reloaded and when the app is restarted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.