aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-4/+4
* Fix rendering a differently-formatted partial after cachingGeorge Claghorn2018-04-131-0/+8
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-1/+1
|\
| * removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* | removed unnecessary semicolonsShuhei Kitagawa2017-10-281-6/+6
|/
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-24/+45
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-0/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-62/+62
* Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-211-1/+11
* Properly verify that cache accepts and user `expires` value.Vipul A M2016-04-171-1/+4
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-16/+5
* Only write to collection cache if we have a callable cache key.Kasper Timm Hansen2016-02-121-15/+8
* Check `partial_rendered_times` to clarify expectations.Kasper Timm Hansen2016-02-121-1/+4
* Test collection caching with callable cache key.Kasper Timm Hansen2016-02-121-0/+25
* restore ability to pass extra options to cache storesDave Gynn2015-12-261-0/+12
* Add fragment_cache_key macro for controller-wide fragment cache key prefixesSam Stephenson2015-12-141-0/+25
* Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-051-14/+26
* pass the variant as a parameter to more reflect real world appsAaron Patterson2015-07-081-3/+3
* let the superclass build the request and responseAaron Patterson2015-07-081-6/+0
* Fix the random caching test failure.Kasper Timm Hansen2015-07-051-0/+1
* Fix flakyness.Kasper Timm Hansen2015-06-151-0/+1
* Replace expectation with state check.Kasper Timm Hansen2015-05-301-3/+7
* Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-0/+58
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-4/+4
* 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