aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Undry ActionController::TestCase#<HTTP_METHODS> for better documentationPratik Naik2008-12-251-2/+1
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-191-1/+1
* Fix failing test introduced by optional-format routesJeremy Kemper2008-12-081-0/+1
* Ensure route set is cleared on teardownJoshua Peek2008-12-041-2/+2
* write_fragment returns content if caching is disabled [#846 state:resolved]Joshua Peek2008-11-221-1/+1
* Wrap straggling mocha user with uses_mocha blockJeremy Kemper2008-11-081-5/+7
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-4/+4
* Update tests for request memoizationJeremy Kemper2008-08-081-1/+1
* Improved test coverage for fragment cache helperJoshua Peek2008-07-151-13/+49
* Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-41/+2
* Made ActionView::Base#first_render a little more private. And added _last_ren...Joshua Peek2008-07-131-0/+8
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-3/+0
* Ensure use_accept_header is enabled for test_action_cache_conditional_optionsJoshua Peek2008-07-111-1/+2
* Ensure use_accept_header is enabled for test_action_cache_conditional_optionsJoshua Peek2008-07-111-0/+2
* Disable the Accept header by defaultMichael Koziarski2008-07-071-8/+2
* Allow caches_action to accept cache store options. [#416 state:resolved]josevalim2008-07-041-1/+9
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-2/+3
* Revert "Lazy load cache and session stores"David Heinemeier Hansson2008-06-121-1/+0
* Improve ActionCaching's format-handlingJonathan del Strother2008-06-111-5/+48
* Lazy load cache and session storesPratik Naik2008-06-101-0/+1
* Merge branch 'master' into erboutJeremy Kemper2008-06-031-0/+15
|\
| * Allow caches_action to accept a layout option [#198 state:resolved]josevalim2008-06-031-0/+15
* | Stack @output_buffer for nested renderingJeremy Kemper2008-06-031-1/+1
* | Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-1/+3
|/
* Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-191-20/+22
* Added conditional support to caches_action [José Valim] [#166 state:resolved]Joshua Peek2008-05-141-13/+67
* Add conditional options to caches_page method [#25 state:resolved]Paul Horsfall2008-04-191-1/+8
* Fix a few caching errors, expose a case thats still not working (ref #107330 ...David Heinemeier Hansson2008-01-121-1/+67
* Move fragment caching from special helper methods to TemplateHandler. Closes ...Jeremy Kemper2008-01-101-4/+4
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-26/+26
* Made fragment caching in views work for rjs and builder as well (closes #6642...David Heinemeier Hansson2008-01-031-9/+141
* Added protection from trailing slashes on page caching (closes #10229) [devri...David Heinemeier Hansson2007-11-281-0/+14
* memoize host with port and refactor the tests which depend on it changingMichael Koziarski2007-11-171-1/+7
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Fixed cache_page to use the request url instead of the routing options when p...David Heinemeier Hansson2007-09-231-0/+9
* 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