diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-09-27 04:55:44 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-09-27 04:55:44 +0000 |
commit | e537de00d806368f21cc22bde118fb90c1b6fe2d (patch) | |
tree | f9ca6bac9e371238a10b385a1069576d26685cd8 /actionpack/CHANGELOG | |
parent | 6a8dcc8a5bd9e8510c75d7a88a1072d88067aaa9 (diff) | |
download | rails-e537de00d806368f21cc22bde118fb90c1b6fe2d.tar.gz rails-e537de00d806368f21cc22bde118fb90c1b6fe2d.tar.bz2 rails-e537de00d806368f21cc22bde118fb90c1b6fe2d.zip |
Fix bug that kept any before_filter except the first one from being able to halt the before_filter chain. [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5196 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 a66c43b850..96493f47cb 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix bug that kept any before_filter except the first one from being able to halt the before_filter chain. [Rick Olson] + * strip_links is case-insensitive. #6285 [tagoh, Bob Silva] * Clear the cache of possible controllers whenever Routes are reloaded. [Nicholas Seckar] |