| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Tiny documentation fixes [ci skip] | Robin Dupret | 2015-06-18 | 1 | -7/+9 |
* | updates caching guide to reflect current Rails capabilities [ci skip] | Thomas Osborn | 2015-06-17 | 1 | -77/+107 |
* | Fix style/grammar/typos in Caching guide. | Tim Wade | 2015-04-29 | 1 | -11/+11 |
* | Guides mistake about page caching. | Yury Otcheski | 2015-02-27 | 1 | -1/+1 |
* | Merge pull request #18503 from vipulnsward/guides-in-on | Xavier Noria | 2015-01-14 | 1 | -1/+1 |
|\ |
|
| * | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
* | | Re-add section in SQL Caching | Jose Luis Duran | 2015-01-11 | 1 | -0/+4 |
|/ |
|
* | Update grammar [ci skip] | Elaine Fang | 2014-12-24 | 1 | -1/+1 |
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
* | Update caching_with_rails.md [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 |
* | Remove more references to respond_with | José Valim | 2014-08-17 | 1 | -1/+6 |
* | correct markdown usage [ci skip] | Nishant Modak | 2014-07-09 | 1 | -1/+1 |
* | [ci skip] Fix capitalization | Akshay Vishnoi | 2014-06-07 | 1 | -1/+1 |
* | remove trailing whitespace. [ci skip] | Yves Senn | 2014-05-17 | 1 | -1/+1 |
* | Change links to 37signals and svn blog to point to new destinations. [ci skip] | Vipul A M | 2014-04-12 | 1 | -2/+2 |
* | [ci skip] Add "Low-Level Caching" part to "Caching With Rails" | Nikolay Shebanov | 2014-03-06 | 1 | -0/+20 |
* | Update caching guide with respect to :namespace | Jonathan Baudanza | 2013-11-19 | 1 | -1/+1 |
* | Merge pull request #12216 from suginoy/a-an | Rafael Mendonça França | 2013-09-13 | 1 | -1/+1 |
|\ |
|
| * | Fix typos: the indefinite articles(a -> an) | SUGINO Yasuhiro | 2013-09-13 | 1 | -1/+1 |
* | | remove sentence err | michaelminter | 2013-09-11 | 1 | -1/+1 |
|/ |
|
* | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -2/+2 |
* | add cache_if and cache_unless on caching doc | Angelo capilleri | 2013-05-31 | 1 | -0/+9 |
* | Remove double spaces in guides | Sunny Ripert | 2013-05-28 | 1 | -1/+1 |
* | Refer to 37signals blog post for alternative | Jonathan Roes | 2013-04-21 | 1 | -2/+2 |
* | Remove “Sweepers” from Caching TOC and mention Page/Action caching are re... | Rafaël Blais Masson | 2013-03-24 | 1 | -2/+2 |
* | Link is not relevant anymore | bobbus | 2013-02-22 | 1 | -5/+0 |
* | Fix formatting: ruby->erb. [ci skip] | Nicholas Schultz-Møller | 2013-01-31 | 1 | -3/+3 |