aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/caching_with_rails.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for the strong & weak ETags guide [ci skip]Roque Pinel2016-04-071-1/+1
|
* Update documentation based on the new changes for strong & weak ETags [ci skip]Santosh Wadghule2016-04-051-3/+29
| | | | | | | - Update info for weak ETag - Add info for strong ETag - Add examples for strong and weak ETags - Display difference between generated strong and weak ETags strings.
* s/responsibilty/responsibility/Vipul A M2016-03-221-1/+1
| | | | | | s/symantically/semantically/ [ci skip]
* [ci skip] Make collection caching explicit in guides.Kasper Timm Hansen2016-03-031-15/+6
| | | | | | Since f6e4814 was written we've made collection caching explicit. Thus the documentation is outdated and needs a rewrite.
* Updated file documentation [ci skip]Chashmeet Singh2016-02-241-1/+1
|
* changes caching guide to add note on weak etagsAbhishek Yadav2016-02-241-0/+8
|
* ApplicationRecord documentation passGenadi Samokovarov2015-12-171-3/+3
| | | | | | | This is a pass over the documentation which fills the missing gaps of `ApplicationRecord`. [ci skip]
* Revert "Fixed a few grammar issues."Rafael Mendonça França2015-11-181-1/+1
| | | | | | | This reverts commit 16ce41b7f4449d6df15df30d69aef18da6510f36. Reason: See https://github.com/rails/rails/commit/16ce41b7f4449d6df15df30d69aef18da6510f36#commitcomment-14475125
* Fixed a few grammar issues.David Chen2015-11-181-1/+1
|
* Correctly close a fenced code block [ci skip]Robin Dupret2015-08-031-0/+1
|
* Improve the "Caching with Rails" guide's introduction [ci skip]claudiob2015-08-031-2/+14
|
* Add a section about "Collection caching" [ci skip]Robin Dupret2015-08-031-0/+23
|
* Add a "Managing dependencies" part to the caching guide [ci skip]Robin Dupret2015-07-281-0/+87
|
* Tiny edits to the "Caching with Rails" guideRobin Dupret2015-07-281-49/+32
| | | | | | | | | | | * Fix a few typos * Remove reference to the old `memcache-client` gem * Remove the "ActiveSupport::Cache::EhCacheStore" part from the guide as the gem doesn't seem to be maintained anymore. * Move the "Custom Cache Stores" part under the "AS::Cache::Store" part as they are pretty related. [ci skip]
* Merge pull request #20736 from antoine-lizee/docsRobin Dupret2015-07-131-0/+5
|\ | | | | [ci skip] docs: making clear that perform_caching has a limited impact
| * [ci skip] doc: making clear that perform_caching has a limited impactantoine.lizee2015-07-131-0/+5
| |
* | fix typo in caching guide [ci skip]Anton Chuchkalov2015-07-121-1/+1
|/
* Tiny documentation fixes [ci skip]Robin Dupret2015-06-181-7/+9
|
* updates caching guide to reflect current Rails capabilities [ci skip]Thomas Osborn2015-06-171-77/+107
|
* Fix style/grammar/typos in Caching guide.Tim Wade2015-04-291-11/+11
| | | | | * avoid using unnecessary commas * fix some typos
* Guides mistake about page caching.Yury Otcheski2015-02-271-1/+1
| | | | DHH's key-based cache expiration isn't alternative to page caching. It's true about action caching but not page caching. I propose to remove this line as confusing, page caching is still best if applicable. [ci skip]
* Merge pull request #18503 from vipulnsward/guides-in-onXavier Noria2015-01-141-1/+1
|\ | | | | Changed `IN` to `ON` in markdown renderer condition
| * - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
| | | | | | | | - Changed `IN` to `ON` in all note sentences in guides.
* | Re-add section in SQL CachingJose Luis Duran2015-01-111-0/+4
|/ | | | | | This section was accidentally removed in 4b5e424441149cf0f61a8182f4a92999577ce59a, and partially re-added in dc14b893e5904acb37ac327478f3880f33094b7a. [ci skip]
* Update grammar [ci skip]Elaine Fang2014-12-241-1/+1
|
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
| | | | References #18148.
* Update caching_with_rails.md [ci skip]Harshad Sabne2014-08-311-1/+1
| | | Highlight methods
* Remove more references to respond_withJosé Valim2014-08-171-1/+6
|
* correct markdown usage [ci skip]Nishant Modak2014-07-091-1/+1
|
* [ci skip] Fix capitalizationAkshay Vishnoi2014-06-071-1/+1
|
* remove trailing whitespace. [ci skip]Yves Senn2014-05-171-1/+1
|
* Change links to 37signals and svn blog to point to new destinations. [ci skip]Vipul A M2014-04-121-2/+2
|
* [ci skip] Add "Low-Level Caching" part to "Caching With Rails"Nikolay Shebanov2014-03-061-0/+20
|
* Update caching guide with respect to :namespaceJonathan Baudanza2013-11-191-1/+1
| | | | Cache::Store does not have a default value for :namespace. If it ever did, I can't find it in the git history.
* Merge pull request #12216 from suginoy/a-anRafael Mendonça França2013-09-131-1/+1
|\ | | | | Fix typos: the indefinite articles(a -> an).
| * Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-131-1/+1
| |
* | remove sentence errmichaelminter2013-09-111-1/+1
|/
* cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-2/+2
|
* add cache_if and cache_unless on caching docAngelo capilleri2013-05-311-0/+9
|
* Remove double spaces in guidesSunny Ripert2013-05-281-1/+1
|
* Refer to 37signals blog post for alternativeJonathan Roes2013-04-211-2/+2
| | | | | According to the rationale at https://github.com/rails/rails/pull/7833#issuecomment-9141908, we should recommend new users to follow DHH's approach outlined at http://37signals.com/svn/posts/3113-how-key-based-cache-expiration-works. This is the first step, and perhaps in the future we can write some specific recommendations out.
* Remove “Sweepers” from Caching TOC and mention Page/Action caching are ↵Rafaël Blais Masson2013-03-241-2/+2
| | | | removed
* Link is not relevant anymorebobbus2013-02-221-5/+0
| | | Cannot find the screencast on the internet, guess it was removed
* Fix formatting: ruby->erb. [ci skip]Nicholas Schultz-Møller2013-01-311-3/+3
|
* generic pass before merging docrailsXavier Noria2013-01-261-1/+1
|
* consistently inherit from ApplicationController in guides exemplesCyril Jouve2013-01-201-1/+1
|
* Fix formatting error introduced in cc585c8.Nicholas Schultz-Møller2013-01-161-1/+2
|
* revert to 814c9875ec4cf01e1348d1ab1c9d12eee5a9adacdavetoxa2013-01-161-0/+44
|
* Revert "Improves documentation about Fragment Caching. [ci skip]"davetoxa2013-01-161-47/+0
| | | | This reverts commit 814c9875ec4cf01e1348d1ab1c9d12eee5a9adac.
* Improves documentation about Fragment Caching. [ci skip]Nicholas Schultz-Møller2013-01-151-0/+47
| | | | | | Adds documentation for: - Aggregate cache keys, - using an ActiveRecord model as cache key and - Russian Doll Caching.