aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 14:57:08 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 14:57:08 +0000
commit41ea6963a38880e47dbc1cd75dd91a1df184ba66 (patch)
treec1438c5d500d19a0887df329bd4dd98f5b36c530 /actionpack/CHANGELOG
parenta8f36e88dd322f78efe0a54eb73a7e3b9fd60479 (diff)
downloadrails-41ea6963a38880e47dbc1cd75dd91a1df184ba66.tar.gz
rails-41ea6963a38880e47dbc1cd75dd91a1df184ba66.tar.bz2
rails-41ea6963a38880e47dbc1cd75dd91a1df184ba66.zip
Added Base#render_to_string to parse a template and get the result back as a string #479
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@766 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 1528b0e8b8..8a09af333a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added Base#render_to_string to parse a template and get the result back as a string #479
+
* Fixed that send_file/data can work even if render* has been called before in action processing to render the content of a file to be send for example #601
* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_options_for_select to work with the new value object TimeZone in Active Record #688 [Jamis Buck]