Download List

项目描述

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 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

此版本增加了一个行动和片段缓存的考验。该插件不看文件,看是否不再页面缓存与否。它挟持ActionController::Base页面缓存的方法来存储的网页缓存和过期,并使用该信息的说法。
标签: 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.

2006-10-05 16:44
0.1

标签: Initial freshmeat announcement

Project Resources