Commit Graph

58 Commits

Author SHA1 Message Date
Robin Dupret
48609420b8 Merge pull request #20736 from antoine-lizee/docs
[ci skip] docs: making clear that perform_caching has a limited impact
2015-07-13 22:41:45 +02:00
antoine.lizee
89a55edd59 [ci skip] doc: making clear that perform_caching has a limited impact 2015-07-13 11:35:18 -07:00
Anton Chuchkalov
0d7185d138 fix typo in caching guide [ci skip] 2015-07-12 16:11:52 +03:00
Robin Dupret
068ab23a33 Tiny documentation fixes [ci skip] 2015-06-18 11:38:08 +02:00
Thomas Osborn
9c1cfcbccc updates caching guide to reflect current Rails capabilities [ci skip] 2015-06-17 16:40:44 -07:00
Tim Wade
ae5c5b2237
Fix style/grammar/typos in Caching guide.
* avoid using unnecessary commas
* fix some typos
2015-04-29 23:36:35 -07:00
Yury Otcheski
8526921d29 Guides mistake about page caching.
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]
2015-02-27 18:36:28 +03:00
Xavier Noria
7ba24831d7 Merge pull request #18503 from vipulnsward/guides-in-on
Changed `IN` to `ON` in markdown renderer condition
2015-01-14 11:35:34 +01:00
Vipul A M
5cfaf5a46e - Changed IN to ON in markdown renderer condition
- Changed `IN` to `ON` in all note sentences in guides.
2015-01-14 11:52:13 +05:30
Jose Luis Duran
4d4f2df36e Re-add section in SQL Caching
This section was accidentally removed in 4b5e424441149cf0f61a8182f4a92999577ce59a, and partially re-added in dc14b893e5904acb37ac327478f3880f33094b7a.

[ci skip]
2015-01-11 17:17:21 -02:00
Elaine Fang
6968ef44e2 Update grammar [ci skip] 2014-12-24 15:01:06 -05:00
Xavier Noria
7702974281 warn about reading guides in GitHub
References #18148.
2014-12-23 23:32:50 +01:00
Harshad Sabne
4b9d22e959 Update caching_with_rails.md [ci skip]
Highlight methods
2014-08-31 17:22:01 +05:30
José Valim
57f5b00ba4 Remove more references to respond_with 2014-08-17 13:20:23 -04:00
Nishant Modak
da5ac71885 correct markdown usage [ci skip] 2014-07-09 01:32:44 +05:30
Akshay Vishnoi
b6760d8f14 [ci skip] Fix capitalization 2014-06-07 14:23:27 +05:30
Yves Senn
e83a6ff5b7 remove trailing whitespace. [ci skip] 2014-05-17 00:24:50 +02:00
Vipul A M
73bfb51011 Change links to 37signals and svn blog to point to new destinations. [ci skip] 2014-04-12 12:46:04 +05:30
Nikolay Shebanov
d361d9303b [ci skip] Add "Low-Level Caching" part to "Caching With Rails" 2014-03-06 00:05:39 +04:00
Jonathan Baudanza
99eb1eb4df Update caching guide with respect to :namespace
Cache::Store does not have a default value for :namespace. If it ever did, I can't find it in the git history.
2013-11-19 17:06:50 -08:00
Rafael Mendonça França
d891c19066 Merge pull request #12216 from suginoy/a-an
Fix typos: the indefinite articles(a -> an).
2013-09-13 05:55:28 -07:00
SUGINO Yasuhiro
4a36eb64a5 Fix typos: the indefinite articles(a -> an) 2013-09-13 20:44:37 +09:00
michaelminter
90f7f81f0e remove sentence err 2013-09-11 12:38:27 -05:00
Xavier Noria
b77f25cb84 cleans the guides sources from fancy non-ASCII stuff 2013-08-23 17:59:11 +02:00
Angelo capilleri
861ec91e8c add cache_if and cache_unless on caching doc 2013-05-31 17:59:06 +02:00
Sunny Ripert
53607be559 Remove double spaces in guides 2013-05-28 14:38:02 +02:00
Jonathan Roes
56cdf7809d Refer to 37signals blog post for alternative
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.
2013-04-21 14:06:25 -03:00
Rafaël Blais Masson
69c5b40491 Remove “Sweepers” from Caching TOC and mention Page/Action caching are removed 2013-03-24 23:15:37 -04:00
bobbus
7ded3b8c4b Link is not relevant anymore
Cannot find the screencast on the internet, guess it was removed
2013-02-22 00:24:35 +01:00
Nicholas Schultz-Møller
26db079f94 Fix formatting: ruby->erb. [ci skip] 2013-01-31 15:11:18 +01:00
Xavier Noria
4313461587 generic pass before merging docrails 2013-01-26 17:36:38 +01:00
Cyril Jouve
03a391482a consistently inherit from ApplicationController in guides exemples 2013-01-20 03:38:45 +01:00
Nicholas Schultz-Møller
728f9c2eed Fix formatting error introduced in cc585c8. 2013-01-16 11:44:55 +01:00
davetoxa
cc585c8b01 revert to 814c9875ec4cf01e1348d1ab1c9d12eee5a9adac 2013-01-16 01:26:47 +06:00
davetoxa
4dcc9dddde Revert "Improves documentation about Fragment Caching. [ci skip]"
This reverts commit 814c9875ec4cf01e1348d1ab1c9d12eee5a9adac.
2013-01-16 01:12:37 +06:00
Nicholas Schultz-Møller
814c9875ec Improves documentation about Fragment Caching. [ci skip]
Adds documentation for:
- Aggregate cache keys,
- using an ActiveRecord model as cache key and
- Russian Doll Caching.
2013-01-15 14:44:08 +01:00
Matthew Stopa
dc14b893e5 Readd deleted section of caching rails guide 2013-01-03 18:21:20 -07:00
Matthew Stopa
4b5e424441 Remove action/page caching from Rails guides 2013-01-02 22:43:58 -07:00
Francesco Rodriguez
f19e41fb16 update guides to use _action callbacks [ci skip] 2012-12-07 23:43:46 -05:00
Vijay Dev
0181c2da97 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	guides/source/active_record_validations.md
2012-12-01 23:00:47 +05:30
Steve Klabnik
d16a1b9e8b Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
2012-11-29 14:25:02 -08:00
Steve Klabnik
6dcae8ae9c Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
2012-11-29 05:14:08 -08:00
Rafael Mendonça França
ccecab3ba9 Remove observers and sweepers
They was extracted from a plugin.

See https://github.com/rails/rails-observers

[Rafael Mendonça França + Steve Klabnik]
2012-11-28 22:46:49 -02:00
Sergey Nartimov
ceb1fd34a8 embed code example using backticks in caching guide 2012-11-20 16:20:13 +03:00
Agis Anastasopoulos
699075a827 Switch to 1.9 hash syntax and remove unnecessary punct. 2012-11-15 23:51:50 +02:00
Steve Klabnik
4d61d1f8f5 Fix default cache store documentation.
It's actually the FileStore.

Fixes #8130.
2012-11-09 14:52:56 +01:00
Rafael Mendonça França
9eeb00976d Revert "divided into folder with the language"
This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252.

REASON: Translation work can not be done in the docrails repository
2012-10-17 10:15:55 -03:00
Rodrigo Martins
f5b9ed4fbc divided into folder with the language 2012-10-17 03:34:10 -03:00
Patricio Mac Adden
91222f6b76 Fix a silly typo 2012-10-13 16:19:58 -03:00
Francesco Rodriguez
d1ae6c5f70 use default_static_extension instead of page_cache_extension deprecated option [ci skip] 2012-10-05 16:53:22 -05:00