diff options
author | Gregg Pollack <Gregg@RailsEnvy.com> | 2009-02-27 13:24:52 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2009-02-28 10:33:42 +0100 |
commit | f2a32bd0dedf11021027e36cc2c99f97434cae17 (patch) | |
tree | 67e2133a00072d4f9e2a9a6718c0f408f5197188 /actionpack/CHANGELOG | |
parent | 7058c1366ee33f3095b8737c2b71876702cddea6 (diff) | |
download | rails-f2a32bd0dedf11021027e36cc2c99f97434cae17.tar.gz rails-f2a32bd0dedf11021027e36cc2c99f97434cae17.tar.bz2 rails-f2a32bd0dedf11021027e36cc2c99f97434cae17.zip |
Added ability to pass in :public => true to fresh_when, stale?, and expires_in to make the request proxy cachable [#2095 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 4520ea24cf..809e90ffc7 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *2.3.1 [RC2] (February ?, 2009)* +* Added ability to pass in :public => true to fresh_when, stale?, and expires_in to make the request proxy cachable #2095 [Gregg Pollack] + * Fixed that passing a custom form builder would be forwarded to nested fields_for calls #2023 [Eloy Duran/Nate Wiger] * Added partial scoping to TranslationHelper#translate, so if you call translate(".foo") from the people/index.html.erb template, you'll actually be calling I18n.translate("people.index.foo") [DHH] |