aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* 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
* Freeze fragment cache related instrument name.Stan Lo2017-02-071-1/+1
* Move private methods to the private visibilityRafael Mendonça França2016-02-241-10/+12
* Move Caching module to Abstract ControllerRafael Mendonça França2016-02-231-3/+1
* Remove unnecessarily included modules in ActionController::CachingStan Lo2016-02-231-1/+0
* Make caching configuration more flexibleStan Lo2016-02-231-0/+12
* Move most caching methods to ActionDispatch::Caching, and let ActionMailer an...Stan Lo2016-02-231-54/+3
* Move caching/fragments in ActionMailer and ActionController to action_dispatc...Stan Lo2016-02-231-5/+2
* remove RackDelegation moduleAaron Patterson2015-08-261-1/+0
* remove unused require ‘set’NehaGautam2015-08-251-1/+0
* [ci skip] doc: making clear that perform_caching has a limited impactantoine.lizee2015-07-131-1/+1
* [ci skip] correct default cache store classAditya Kapoor2014-08-131-1/+1
* Removed random dot in code sample [ci skip]Max Vasiliev2013-07-221-1/+1
* Remove `page_cache_extension` deprecated methodFrancesco Rodriguez2013-07-011-10/+0
* Remove caching_allowed? from ActionController::CachingMichiel Sikkes2013-01-281-4/+0
* Merge pull request #8821 from jamis/masterRafael Mendonça França2013-01-101-5/+1
|\
| * evaluate the dependency blocks at the instance level, not class levelJamis Buck2013-01-081-5/+1
* | Fix warning: & interpreted as argument prefixCarlos Antonio da Silva2013-01-081-1/+1
|/
* view_cache_dependency APIJamis Buck2013-01-081-0/+18
* Fix a typo in ActionController::CachingJean Boussier2012-12-031-2/+1
* Remove observers and sweepersRafael Mendonça França2012-11-281-5/+2
* rename page_cache_extension option to default_static_extensionFrancesco Rodriguez2012-10-031-10/+12
* extract AP Page and Action caching to actionpack-deprecated_caching gemFrancesco Rodriguez2012-10-031-8/+14
* update AC::Caching documentation [ci skip]Francesco Rodriguez2012-09-221-5/+5
* Fix spacingDavid Heinemeier Hansson2012-08-291-8/+8
* Fix spacingDavid Heinemeier Hansson2012-08-291-5/+4
* ActionController::Caching depends on RackDelegation and AbstractController::C...Santiago Pastorino2012-06-131-0/+3
* DrbStore removed from cache backendsIvan Evtukhovich2011-11-071-1/+0
* Escape 'caching' when used in a sentence; remove unnessesary quotesJoost Baaij2010-08-261-2/+2
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-4/+2
* perform_caching is now delegated to config on instance and class levelSantiago Pastorino2010-04-171-2/+3
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-151-1/+1
* Make use of config.perform_cachingSantiago Pastorino2010-04-141-1/+1
* Use AS::Concern for caching modulesCarlhuda2010-03-041-3/+2
* Refactor cache_store to use ActionController configCarlhuda2010-03-041-16/+18
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-11/+0
* Use underscore in notification namespaces.José Valim2010-01-041-1/+1
* Use namespaces in notifications.José Valim2010-01-031-2/+2
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-0/+11
* Flip deferrable autoload conventionJoshua Peek2009-12-221-5/+7
* Reorganize autoloads:Carlhuda2009-12-021-3/+4
* Rdoc for changes introduced in e2ed1a1ca, 36058f450.David Vrensk2009-11-121-0/+1
* Caching refactoringYehuda Katz2009-10-291-13/+19
* First pass at cleaning up action cachingYehuda Katz2009-10-281-12/+16
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Modify caching to use new included helperYehuda Katz + Carl Lerche2009-05-191-15/+15