Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | * 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/docs | Robin Dupret | 2015-07-13 | 1 | -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 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 |
| | | | | | * avoid using unnecessary commas * fix some typos | ||||
* | Guides mistake about page caching. | Yury Otcheski | 2015-02-27 | 1 | -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-on | Xavier Noria | 2015-01-14 | 1 | -1/+1 |
|\ | | | | | Changed `IN` to `ON` in markdown renderer condition | ||||
| * | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | | Re-add section in SQL Caching | Jose Luis Duran | 2015-01-11 | 1 | -0/+4 |
|/ | | | | | | This section was accidentally removed in 4b5e424441149cf0f61a8182f4a92999577ce59a, and partially re-added in dc14b893e5904acb37ac327478f3880f33094b7a. [ci skip] | ||||
* | 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 |
| | | | | References #18148. | ||||
* | Update caching_with_rails.md [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 |
| | | | Highlight methods | ||||
* | 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 |
| | | | | 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-an | Rafael Mendonça França | 2013-09-13 | 1 | -1/+1 |
|\ | | | | | Fix typos: the indefinite articles(a -> an). | ||||
| * | 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 |
| | | | | | 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 Masson | 2013-03-24 | 1 | -2/+2 |
| | | | | removed | ||||
* | Link is not relevant anymore | bobbus | 2013-02-22 | 1 | -5/+0 |
| | | | Cannot find the screencast on the internet, guess it was removed | ||||
* | Fix formatting: ruby->erb. [ci skip] | Nicholas Schultz-Møller | 2013-01-31 | 1 | -3/+3 |
| | |||||
* | generic pass before merging docrails | Xavier Noria | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | consistently inherit from ApplicationController in guides exemples | Cyril Jouve | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Fix formatting error introduced in cc585c8. | Nicholas Schultz-Møller | 2013-01-16 | 1 | -1/+2 |
| | |||||
* | revert to 814c9875ec4cf01e1348d1ab1c9d12eee5a9adac | davetoxa | 2013-01-16 | 1 | -0/+44 |
| | |||||
* | Revert "Improves documentation about Fragment Caching. [ci skip]" | davetoxa | 2013-01-16 | 1 | -47/+0 |
| | | | | This reverts commit 814c9875ec4cf01e1348d1ab1c9d12eee5a9adac. | ||||
* | Improves documentation about Fragment Caching. [ci skip] | Nicholas Schultz-Møller | 2013-01-15 | 1 | -0/+47 |
| | | | | | | Adds documentation for: - Aggregate cache keys, - using an ActiveRecord model as cache key and - Russian Doll Caching. | ||||
* | Readd deleted section of caching rails guide | Matthew Stopa | 2013-01-03 | 1 | -0/+69 |
| | |||||
* | Remove action/page caching from Rails guides | Matthew Stopa | 2013-01-02 | 1 | -163/+2 |
| | |||||
* | update guides to use _action callbacks [ci skip] | Francesco Rodriguez | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-01 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: guides/source/active_record_validations.md | ||||
| * | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| | | | | | | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
| * | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -4/+4 |
| | | | | | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -98/+0 |
|/ | | | | | | | | They was extracted from a plugin. See https://github.com/rails/rails-observers [Rafael Mendonça França + Steve Klabnik] | ||||
* | embed code example using backticks in caching guide | Sergey Nartimov | 2012-11-20 | 1 | -2/+2 |
| | |||||
* | Switch to 1.9 hash syntax and remove unnecessary punct. | Agis Anastasopoulos | 2012-11-15 | 1 | -20/+20 |
| |