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.
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.
Diese Veröffentlichung fügt ein Test für die Aktion und das Fragment-Caching. Das Plugin nicht auf das Dateisystem mehr anschauen, um zu sehen, falls die Seite zwischengespeichert sind oder nicht. Es entführt die ActionController:: Base Seite Caching-Methoden zu speichern, welche Seiten zwischengespeichert werden, und lief, und verwendet diese Informationen für die Behauptungen.
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.