aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 03:19:56 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 03:19:56 +0000
commit80cf698b7bff854a7f27d254f78e46af1819e647 (patch)
treead33af3a58e91820fb12ad1afda2a222d8c544f0 /actionpack/CHANGELOG
parent9ccbb1356327f658b3012cf2967e6b03ae0ac1ee (diff)
downloadrails-80cf698b7bff854a7f27d254f78e46af1819e647.tar.gz
rails-80cf698b7bff854a7f27d254f78e46af1819e647.tar.bz2
rails-80cf698b7bff854a7f27d254f78e46af1819e647.zip
More changelog updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8359 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 95d57a02ab..c596950894 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -171,7 +171,7 @@
* Optimized named routes respect AbstractRequest.relative_url_root. #9612 [danielmorrison, Jeremy Kemper]
-* Introduce ActionController::Base.rescue_from to declare exception-handling methods. Cleaner style than the case-heavy rescue_action_in_public. #9449 [norbert]
+* Introduce ActionController::Base.rescue_from to declare exception-handling methods. Cleaner style than the case-heavy rescue_action_in_public. #9449 [Norbert Crombach]
* Rename some RequestForgeryProtection methods. The class method is now #protect_from_forgery, and the default parameter is now 'authenticity_token'. [Rick]
@@ -307,7 +307,7 @@
* Allow you to delete cookies with options. Closes #3685 [Josh Peek, Chris Wanstrath]
-* Allow you to render views with periods in the name. Closes #8076 [norbert]
+* Allow you to render views with periods in the name. Closes #8076 [Norbert Crombach]
render :partial => 'show.html.erb'
@@ -375,7 +375,7 @@
* Wordsmith resources documentation. #8484 [marclove]
-* Fix syntax error in code example for routing documentation. #8377. [norbert]
+* Fix syntax error in code example for routing documentation. #8377. [Norbert Crombach]
* Routing: respond with 405 Method Not Allowed status when the route path matches but the HTTP method does not. #6953 [Josh Peek, defeated, Dan Kubb, Coda Hale]
@@ -491,7 +491,7 @@
* Enhance documentation and add examples for url_for. [jeremymcanally]
-* Fix documentation typo in routes. [norbert, pam]
+* Fix documentation typo in routes. [Norbert Crombach, pam]
* Sweep flash when filter chain is halted. [Caio Chassot <lists@v2studio.com>]