Download List

Project Description

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
0.2

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.
Tags: Major feature enhancements

2006-10-05 16:44
0.1

Tags: Initial freshmeat announcement

Project Resources