aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add controller and action name to the instrumentation payloadDaniel Schierbeck2014-05-101-0/+16
* Update test helper to use latest Digestor APIDavid Heinemeier Hansson2014-03-211-8/+8
* Don't pass variant in params, it's ignoredŁukasz Strzałkowski2014-03-131-1/+1
* Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-091-0/+21
* Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-2/+2
* Removed semicolon and added spaceAnupam Choudhury2013-09-131-2/+2
* Remove `page_cache_extension` deprecated methodFrancesco Rodriguez2013-07-011-15/+0
* Remove unneeded filesPiotr Sarnacki2013-06-201-1/+0
* evaluate the dependency blocks at the instance level, not class levelJamis Buck2013-01-081-2/+2
* view_cache_dependency APIJamis Buck2013-01-081-0/+18
* Add explicit opt-out for fragment cache digestingDrew Ulmer2012-11-251-0/+12
* rename page_cache_extension option to default_static_extensionFrancesco Rodriguez2012-10-031-0/+15
* extract AP Page and Action caching to actionpack-deprecated_caching gemFrancesco Rodriguez2012-10-031-721/+16
* move metal/caching_test into controller/caching_testFrancesco Rodriguez2012-09-271-5/+42
* Add automatic template digests to all CacheHelper#cache calls (originally spi...David Heinemeier Hansson2012-08-291-5/+16
* set the controller under test so we no longer need the reset! methodAaron Patterson2012-08-091-38/+4
* Escape the extension when normalizing the action cache path.Andrew White2012-05-201-1/+30
* added proc evaluation for action cache's layout parameterNico2012-05-021-1/+32
* Remove default match without specified methodJose and Yehuda2012-04-241-3/+3
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-1/+1
* Rack body respond to each and not to joinSantiago Pastorino2012-02-141-0/+12
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-4/+0
* Remove old compatibility methods not being usedCarlos Antonio da Silva2012-01-171-2/+0
* Provide a class optin for page_cache_compression.José Valim2011-12-241-3/+4
* Gzip files on page cachingAndrey A.I. Sitnik2011-12-241-1/+40
* Allowing string as url argument for expire_actionThomas von Deyen2011-12-061-0/+20
* Ensure that the format isn't applied twice to the cache key, else it becomes ...Christopher Meiklejohn2011-10-311-0/+13
* Merge pull request #2219 from kommen/fix_fragment_caching_squashedSantiago Pastorino2011-10-131-0/+49
* Deprecate passing the template handler in the template name.José Valim2011-09-221-1/+1
* replaced and with && as per coding guidelinesNeeraj Singh2011-06-101-1/+1
* The test name is misleading. It saysNeeraj Singh2011-06-101-1/+1
* Always initialize @title in caching test to avoid uninitialized instance vari...wycats2011-05-221-0/+3
* removes the RJS template handlerXavier Noria2011-04-131-14/+0
* Fix Action caching bug where an action that has a non-cacheable response alwa...Cheah Chu Yeow2011-03-021-0/+5
* Allow page_cache_directory to be set as a PathnameAndre Arko2011-02-061-0/+11
* removing usesless variable assignmentsAaron Patterson2011-01-181-2/+0
* Ensure that while caching a page rails takes intoNeeraj Singh2010-12-091-0/+16
* Initialize ivars in tests.Emilio Tagua2010-09-281-0/+1
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-3/+3
* removing some warningsAaron Patterson2010-09-181-5/+5
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-2/+2
* Fixed double output from cache in no caching modeDavid Heinemeier Hansson2010-06-081-15/+0
* ActionCachingTestController rescues from all exceptions. Making sure that all...Neeraj Singh2010-04-291-0/+31
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-151-10/+10
* Consistent routing languageJoshua Peek2010-03-301-3/+3
* Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...wycats2010-03-191-3/+6
* All tests pass without memoizing view_contextCarlhuda2010-03-181-2/+6
* Some more tweaks on <% %>.Carlhuda2010-03-161-4/+4
* Break a window :/Jeremy Kemper2010-03-151-1/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-151-13/+2