aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-09 17:21:29 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-09 17:21:29 +0000
commit11f766d3eb85fe363a17a861a9426307cd80d7f6 (patch)
tree7e95c9c013982f2f1ad4f6b893ae19321ae07667 /actionpack/CHANGELOG
parent677d92299b36a0eeaf8ec6aec211f5e6e325fe0d (diff)
downloadrails-11f766d3eb85fe363a17a861a9426307cd80d7f6.tar.gz
rails-11f766d3eb85fe363a17a861a9426307cd80d7f6.tar.bz2
rails-11f766d3eb85fe363a17a861a9426307cd80d7f6.zip
Removed authentication framework as xal made me realize that with noradios conditional filters, it was actually more code to use the framework than doing it by hand. Killing a darling! Props to noradio for the patch and xal for the nerve to stand up and question the captain before the plane crashed. Oh, and a pad on my own back for walking away from a couple of hours of work without getting pissy
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@355 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f4ed8f3bac..911ffd4340 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -12,8 +12,6 @@
end
end
-* Added authentication framework to protect actions behind a condition and redirect on failure. See ActionController::Authentication for more.
-
* Added Base#render_nothing as a cleaner way of doing render_text "" when you're not interested in returning anything but an empty response.
* Added the possibility of passing nil to UrlHelper#link_to to use the link itself as the name