aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* correct the ActionCacheTest from [7346]Rick Olson2007-08-201-0/+2
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-201-0/+5
* Action caching is limited to GET requests returning 200 OK status. Closes #3335.Jeremy Kemper2007-06-081-2/+29
* Added custom path cache_page/expire_page parameters in addition to the option...David Heinemeier Hansson2007-05-271-0/+24
* Action Caching speedup. #8231 [skaes]Rick Olson2007-05-271-2/+2
* Allow configuration of the default action cache path for #caches_action calls...Rick Olson2007-03-221-0/+31
* Moved perform_caching test set up into test's setup to fix a dependence fragi...David Heinemeier Hansson2007-02-251-1/+4
* Only cache GET requests with a 200 OK response. Closes #6514, #6743.Jeremy Kemper2006-12-191-28/+91
* Make page caching respect the format of the resource that is being requested ...Marcel Molina2006-10-121-0/+165