aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-07-16 17:39:14 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-07-16 17:39:14 -0500
commit8fe01de2e8753d045408ecde3178ab4e9192bf9a (patch)
tree1adf750f228a7635554d7c9b601c4806a37d71fc /actionpack/CHANGELOG
parent8f640c381d9d1b74f6a0fc3648c21da373661914 (diff)
downloadrails-8fe01de2e8753d045408ecde3178ab4e9192bf9a.tar.gz
rails-8fe01de2e8753d045408ecde3178ab4e9192bf9a.tar.bz2
rails-8fe01de2e8753d045408ecde3178ab4e9192bf9a.zip
Fixed that AssetTagHelper#compute_public_path shouldn't cache the asset_host along with the source or per-request proc's won't run [DHH]
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 5a5895d9b4..e8d518baf3 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Fixed that AssetTagHelper#compute_public_path shouldn't cache the asset_host along with the source or per-request proc's won't run [DHH]
+
* Add :as option to render a collection of partials with a custom local variable name. #509 [Simon Jefford, Pratik Naik]
render :partial => 'other_people', :collection => @people, :as => :person