aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-07-01 00:04:03 +0000
committerRick Olson <technoweenie@gmail.com>2007-07-01 00:04:03 +0000
commita450e769f1c7f5c68799f570856d020863528d17 (patch)
tree9a92e903be548ecb9728e4c26a0c29d9cd70c3c4 /actionpack/CHANGELOG
parentd0ff4ec1936b6888ce199ef5131c3a2d866a968c (diff)
downloadrails-a450e769f1c7f5c68799f570856d020863528d17.tar.gz
rails-a450e769f1c7f5c68799f570856d020863528d17.tar.bz2
rails-a450e769f1c7f5c68799f570856d020863528d17.zip
Allow you to render views with periods in the name. Closes #8076 [norbert]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7158 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index c5953703a7..917303797f 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Allow you to render views with periods in the name. Closes #8076 [norbert]
+
+ render :partial => 'show.html.erb'
+
* Improve capture helper documentation. #8796 [kampers]
* Prefix nested resource named routes with their action name, e.g. new_group_user_path(@group) instead of group_new_user_path(@group). The old nested action named route is deprecated in Rails 1.2.4. #8558 [David Chelimsky]