diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-09 15:20:00 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-09 15:20:00 +0000 |
commit | 75fca04590a310bedc66a455d7508168ae932ba4 (patch) | |
tree | ebb61524bb141a5b045530cc170ca7c1914ab148 /actionpack/CHANGELOG | |
parent | 298cbbd3a0a3cd678b9134ad2f998abbb25e51b6 (diff) | |
download | rails-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/CHANGELOG | 2 |
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 |