aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-09 15:20:00 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-09 15:20:00 +0000
commit75fca04590a310bedc66a455d7508168ae932ba4 (patch)
treeebb61524bb141a5b045530cc170ca7c1914ab148 /actionpack/CHANGELOG
parent298cbbd3a0a3cd678b9134ad2f998abbb25e51b6 (diff)
downloadrails-75fca04590a310bedc66a455d7508168ae932ba4.tar.gz
rails-75fca04590a310bedc66a455d7508168ae932ba4.tar.bz2
rails-75fca04590a310bedc66a455d7508168ae932ba4.zip
Added authentication framework to protect actions behind a condition and redirect on failure. See ActionController::Authentication for more.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@351 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 ca5b153552..94f10207c4 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added authentication framework to protect actions behind a condition and redirect on failure. See ActionController::Authentication for more.
+
* Added the possibility of passing nil to UrlHelper#link_to to use the link itself as the name