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.
이 릴리스 작업 및 단편 캐싱을위한 테스트를 추가합니다. 플러그인 파일 시스템에서 더 이상 안하면 캐시된 페이지가 있는지 확인하기 위해 보이지 않는 데요. 그것은 ActionController 탈취 : : 기본 페이지가 캐시된 페이지가 만료를 저장할 방법을 캐싱, 그리고 주장에 대한 정보를 사용합니다.
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.