Download List

Descripción del Proyecto

The Rails Page Cache Test Plugin adds two assertions to the Test::Units::TestCase class of Ruby on Rails to check the caching and expiring of pages in integration tests.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-17 18:33 Back to release list
0.2

Esta versión incluye una prueba para la acción y el almacenamiento en caché de fragmentos. El plugin no tiene en cuenta el sistema de ficheros más para ver si la página se almacenan en caché o no. Se secuestra el ActionController:: Página de la Base métodos de almacenamiento en caché para almacenar las páginas que se almacenan en caché y la de vencimiento, y utiliza esa información para las alegaciones.
Tags: Major feature enhancements
This release adds a test for action and fragment caching. The plugin does not look at the filesystem anymore to see if page are cached or not. It hijacks the ActionController::Base page caching methods to store which pages are cached and expired, and uses that information for the assertions.

Project Resources