diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-15 22:16:41 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-15 22:16:41 +0000 |
commit | bc4156e09e558260cc39a238ca4d17b44208ce2a (patch) | |
tree | be209e95a2473e80e4f3733fc993681c450ff3cf /actionpack/CHANGELOG | |
parent | e59f1b52497ce3a74bb1f396c06141524f0b6b85 (diff) | |
download | rails-bc4156e09e558260cc39a238ca4d17b44208ce2a.tar.gz rails-bc4156e09e558260cc39a238ca4d17b44208ce2a.tar.bz2 rails-bc4156e09e558260cc39a238ca4d17b44208ce2a.zip |
Finished documentation for caching
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@426 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 426a8430c5..fd6c16cee3 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,8 @@ *SVN* +* Added an extensive caching module that offers three levels of granularity (page, action, fragment) and a variety of stores. + Read more in ActionController::Caching. + * Added the option of passing a block to ActiveRecordHelper#form in order to add more to the auto-generated form #469 [dom@sisna.com] form("entry", :action => "sign") do |form| |