| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed description of the `cache_key_with_version` method [ci skip] | soartec-lab | 2019-04-03 | 1 | -1/+1 |
* | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 1 | -1/+1 |
* | Changed webserver to web server. | alkesh26 | 2019-01-22 | 1 | -2/+2 |
* | Use cache_key_with_version instead of cache_key for the example in Low-Level ... | tnantoka | 2018-11-26 | 1 | -1/+1 |
* | Replace cache_key with cache_key_with_version on caching_with_rails guides [c... | tnantoka | 2018-11-16 | 1 | -3/+3 |
* | Updates expires_in docs | Graham Turner | 2018-09-28 | 1 | -2/+2 |
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -3/+3 |
|\ |
|
| * | Substitute references to task for command | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -2/+2 |
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
|/ |
|
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -1/+1 |
* | Update Redis cache store docs | Stefan Wrobel | 2018-03-17 | 1 | -14/+34 |
* | Document :reconnect_attempts option for Redis Cache Store [ci skip] | Brian Kephart | 2018-02-17 | 1 | -3/+8 |
* | Use SHA-1 for non-sensitive digests by default | Eugene Kenny | 2018-01-08 | 1 | -3/+3 |
* | Cosmetic changes [ci skip] | Yauheni Dakuka | 2017-11-30 | 1 | -1/+1 |
* | Cache: Enable compression by default for values > 1kB. | Jeremy Daer | 2017-11-13 | 1 | -2/+2 |
* | Built-in Redis cache store | Jeremy Daer | 2017-11-13 | 1 | -0/+47 |
* | Upcase js [ci skip] | Yauheni Dakuka | 2017-09-18 | 1 | -2/+2 |
* | Merge pull request #29964 from gwincr11/cg-partial-caching | Eileen M. Uchitelle | 2017-08-30 | 1 | -0/+18 |
|\ |
|
| * | Add documentation about template partial caching | Cory Gwin @gwincr11 | 2017-08-30 | 1 | -3/+21 |
* | | It should be "the resulting cache key", not "the resulting `cache-key`" [ci s... | Ryuta Kamizono | 2017-08-29 | 1 | -1/+1 |
* | | Update Caching with Rails guide [ci skip] | Yoshiyuki Hirano | 2017-08-29 | 1 | -3/+3 |
* | | Remove trailing spaces [ci skip] | Ryuta Kamizono | 2017-08-27 | 1 | -3/+3 |
|/ |
|
* | Doc cleanup for caching guide [ci skip] (#28556) | Vipul A M | 2017-03-24 | 1 | -4/+4 |
* | Additional explanation about cache implementations | brchristian | 2017-03-23 | 1 | -1/+7 |
* | Fix typo in Caching with Rails Guide [skip ci] | Erol Fornoles | 2017-03-21 | 1 | -1/+1 |
* | Improve Caching with Rails Guides [ci skip] | James Baer | 2017-03-17 | 1 | -1/+15 |
* | Remove the word "mongrel" from documents | Ryunosuke Sato | 2016-09-07 | 1 | -1/+1 |
* | Add documentation for `http_cache_forever`. [ci skip] | Santosh Wadghule | 2016-08-10 | 1 | -0/+24 |
* | Merge pull request #25928 from mechanicles/info-for-cache-fetch-block | प्रथमेश Sonpatki | 2016-07-24 | 1 | -1/+1 |
|\ |
|
| * | Proper description for `Rails.cache.fetch` [ci skip] | Santosh Wadghule | 2016-07-24 | 1 | -1/+1 |
* | | Explain meaning of the code very well and Remove confusion. [ci skip] | Santosh Wadghule | 2016-07-23 | 1 | -4/+4 |
|/ |
|
* | `md5` --> `MD5` | Jon Moss | 2016-05-16 | 1 | -3/+3 |
* | Fixes for the strong & weak ETags guide [ci skip] | Roque Pinel | 2016-04-07 | 1 | -1/+1 |
* | Update documentation based on the new changes for strong & weak ETags [ci skip] | Santosh Wadghule | 2016-04-05 | 1 | -3/+29 |
* | s/responsibilty/responsibility/ | Vipul A M | 2016-03-22 | 1 | -1/+1 |
* | [ci skip] Make collection caching explicit in guides. | Kasper Timm Hansen | 2016-03-03 | 1 | -15/+6 |
* | Updated file documentation [ci skip] | Chashmeet Singh | 2016-02-24 | 1 | -1/+1 |
* | changes caching guide to add note on weak etags | Abhishek Yadav | 2016-02-24 | 1 | -0/+8 |
* | ApplicationRecord documentation pass | Genadi Samokovarov | 2015-12-17 | 1 | -3/+3 |
* | Revert "Fixed a few grammar issues." | Rafael Mendonça França | 2015-11-18 | 1 | -1/+1 |
* | Fixed a few grammar issues. | David Chen | 2015-11-18 | 1 | -1/+1 |
* | Correctly close a fenced code block [ci skip] | Robin Dupret | 2015-08-03 | 1 | -0/+1 |
* | Improve the "Caching with Rails" guide's introduction [ci skip] | claudiob | 2015-08-03 | 1 | -2/+14 |
* | Add a section about "Collection caching" [ci skip] | Robin Dupret | 2015-08-03 | 1 | -0/+23 |
* | Add a "Managing dependencies" part to the caching guide [ci skip] | Robin Dupret | 2015-07-28 | 1 | -0/+87 |
* | Tiny edits to the "Caching with Rails" guide | Robin Dupret | 2015-07-28 | 1 | -49/+32 |
* | Merge pull request #20736 from antoine-lizee/docs | Robin Dupret | 2015-07-13 | 1 | -0/+5 |
|\ |
|
| * | [ci skip] doc: making clear that perform_caching has a limited impact | antoine.lizee | 2015-07-13 | 1 | -0/+5 |
* | | fix typo in caching guide [ci skip] | Anton Chuchkalov | 2015-07-12 | 1 | -1/+1 |
|/ |
|