Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bad English. | Cheah Chu Yeow | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | Clearing cache in action caching is not "the exact same way" as with page ↵ | Cheah Chu Yeow | 2011-11-13 | 1 | -1/+1 |
| | | | | caching. | ||||
* | Suggest a workaround for page caching and parameters instead of an unhelpful ↵ | Cheah Chu Yeow | 2011-11-13 | 1 | -1/+1 |
| | | | | warning. | ||||
* | For what it's worth; Update `memcache-client` gem name | Prem Sichanugrist | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | fix an example | Vijay Dev | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -11/+0 |
| | |||||
* | Updates to remove extra whitespaces and notably fix a whitespace issue with ↵ | Jeff Dutil | 2011-08-16 | 1 | -2/+0 |
| | | | | ajax_on_rails causing a code block not to render the entire block properly. | ||||
* | minor corrections in caching guide | Vijay Dev | 2011-07-23 | 1 | -5/+4 |
| | |||||
* | grammatical changes | JudeArasu | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | grammatical changes | JudeArasu | 2011-07-21 | 1 | -2/+2 |
| | |||||
* | typo change | JudeArasu | 2011-07-21 | 1 | -1/+2 |
| | |||||
* | add missing end in example | Vijay Dev | 2011-06-11 | 1 | -0/+1 |
| | |||||
* | fix indents and a code error in caching guide | Vijay Dev | 2011-06-08 | 1 | -4/+4 |
| | |||||
* | s/ActiveRecord/Active Record according to api guidelines | Vijay Dev | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | Added info on using Ehcache as cache store. | Jason Voegele | 2011-05-05 | 1 | -1/+30 |
| | |||||
* | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -5/+5 |
| | |||||
* | Making identifiers consistent in example | Matt Duncan | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Caching guide: Capitalize 'Note' so that it's rendered as a proper note | Ryan Bigg | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | update caching guide with the changes to ActiveSupport::Cache from the 3.0.0 ↵ | Brian Durand | 2011-02-17 | 1 | -42/+52 |
| | | | | release. | ||||
* | guides: gives clear instructions for feedback, removes links to the now ↵ | Xavier Noria | 2010-11-19 | 1 | -1/+0 |
| | | | | archived LH project | ||||
* | Cleanup of the References section. | Joost Baaij | 2010-09-29 | 1 | -5/+1 |
| | | | | | | | | Removed non-functional links. Removed links to API documentation. Removed link to Rails 2 material. Renamed "References" to "Further Reading". | ||||
* | Removed obsolete "advanced" plugin URLs. | Joost Baaij | 2010-09-29 | 1 | -7/+0 |
| | | | | | | | | | | | These plugins are obsolete even for Rails 2, they have no place in a Rails 3 guide. Also removed "mad cool" reference. If anyone has ideas about cache plugins that *must* be included, I would love to know. As far as I am concerned the rails guides should stick to built-in methods and have a simple list of references for people wishing to investigate further. I will check out the references after this commit to see if they're up to date. | ||||
* | Updated the Cache Money repo link to one that works with Rails 3. | Fred Wu | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | fix the cache_fu links | Damien Mathieu | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -5/+5 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | fix wrong action name [#134] | eparreno | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | caching guide: fixes a typo, thanks to Jonathan Bryan | Xavier Noria | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | corrects typo in previous commit | Xavier Noria | 2009-10-25 | 1 | -2/+2 |
| | |||||
* | Caching guide: documents that page/action caching run in an after_filter, ↵ | Xavier Noria | 2009-10-25 | 1 | -0/+4 |
| | | | | and this spurious cache entries are avoided just by halting the request | ||||
* | Grammer: 'a' => 'an' where applicable. | Joseph Pecoraro | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | Capitalized Rails where appropriate. | Joseph Pecoraro | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | Remove some informal sentences and new lines | Pratik Naik | 2009-05-16 | 1 | -172/+44 |
| | |||||
* | a few details in the caching guide I saw in passing | Xavier Noria | 2009-05-13 | 1 | -24/+24 |
| | |||||
* | Formatting fixes, take 3 | Aditya Chadha | 2009-05-02 | 1 | -13/+7 |
| | |||||
* | Formatting fixes, take 2 | Aditya Chadha | 2009-05-02 | 1 | -8/+1 |
| | |||||
* | Formatting fixes | Aditya Chadha | 2009-05-02 | 1 | -13/+25 |
| | |||||
* | Merge branch 'master' of git@github.com:lifo/docrails | Aditya Chadha | 2009-04-27 | 1 | -4/+4 |
|\ | |||||
| * | bring index actions back in caching guide, REST conventions are encouraged ↵ | Xavier Noria | 2009-04-27 | 1 | -4/+4 |
| | | | | | | | | and surrounding text assumes index | ||||
* | | Formatting updates per lifo | Aditya Chadha | 2009-04-27 | 1 | -12/+10 |
|/ | |||||
* | Fix typos in submitted patch | Aditya Chadha | 2009-04-26 | 1 | -8/+9 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-04-05 | 1 | -127/+119 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -71/+79 |
| | |||||
* | Merge docrails and update the release notes | Pratik Naik | 2009-02-28 | 1 | -8/+9 |
| | |||||
* | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -40/+126 |
| | |||||
* | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+429 |