From a76490d91758e775dc4facd8a3b577a60afc175e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 18 Nov 2007 22:01:33 +0000 Subject: Fixed that partial rendering should look at the type of the first render to determine its own type if no other clues are available (like when using text.plain.erb as the extension in AM) (closes #10130) [java] Fixed that partials would be broken when using text.plain.erb as the extension #10130 [java] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8166 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 30367bebc0..f6d0a8be81 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that partial rendering should look at the type of the first render to determine its own type if no other clues are available (like when using text.plain.erb as the extension in AM) #10130 [java] + * Fixed that has_many :through associations should render as collections too #9051 [mathie/danger] * Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image swaps #6893 [joost] -- cgit v1.2.3