Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix default cache store documentation. | Steve Klabnik | 2012-11-09 | 1 | -2/+2 |
| | | | | | | It's actually the FileStore. Fixes #8130. | ||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+495 |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | ||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -495/+0 |
| | |||||
* | Fix a silly typo | Patricio Mac Adden | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | use default_static_extension instead of page_cache_extension deprecated ↵ | Francesco Rodriguez | 2012-10-05 | 1 | -1/+1 |
| | | | | option [ci skip] | ||||
* | update caching with rails guide to reflect action and page extraction [ci skip] | Francesco Rodriguez | 2012-10-05 | 1 | -5/+8 |
| | |||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -4/+4 |
| | |||||
* | Convert all tables to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -6/+7 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -4/+4 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -43/+43 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -20/+25 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -56/+56 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+486 |