diff options
author | Carlhuda <carlhuda@engineyard.com> | 2010-09-13 16:05:00 -0700 |
---|---|---|
committer | Carlhuda <carlhuda@engineyard.com> | 2010-09-13 16:06:40 -0700 |
commit | d8d8334a0be51e8c34876699d9101bf390761f11 (patch) | |
tree | ac6b47971c4906c5c5c7550dc5ffe9de8320f843 /actionpack | |
parent | 0fe99e87c0af568df2f557637fff2983c928b8f2 (diff) | |
download | rails-d8d8334a0be51e8c34876699d9101bf390761f11.tar.gz rails-d8d8334a0be51e8c34876699d9101bf390761f11.tar.bz2 rails-d8d8334a0be51e8c34876699d9101bf390761f11.zip |
Update changelog
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 2231d6db4b..0ec42cc6de 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -2,6 +2,9 @@ * Renames csrf_meta_tag -> csrf_meta_tags, and aliases csrf_meta_tag for backwards compatibility. [fxn] +* Add Rack::Cache to the default stack. Create a Rails store that delegates to the Rails cache, so by default, whatever caching layer you are using will be used + for HTTP caching. Note that Rack::Cache will be used if you use #expires_in, #fresh_when or #stale with :public => true. Otherwise, the caching rules will apply + to the browser only. *Rails 3.0.0 (August 29, 2010)* |