diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-27 18:44:28 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-27 18:44:28 +0000 |
commit | 706a8a8f960572bce1c289cfa7e6a9678fe7f1e1 (patch) | |
tree | b3d40527bdede99c4d4b70ed13db7a70ca4881e7 /actionpack/CHANGELOG | |
parent | 727162e7fd56d4d853c755521eb52d42bd70908f (diff) | |
download | rails-706a8a8f960572bce1c289cfa7e6a9678fe7f1e1.tar.gz rails-706a8a8f960572bce1c289cfa7e6a9678fe7f1e1.tar.bz2 rails-706a8a8f960572bce1c289cfa7e6a9678fe7f1e1.zip |
rake should run functional tests even if the unit tests have failures [Jim Weirich]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2772 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index cf11452c4b..e7a9a0fe16 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,10 +1,12 @@ *SVN* +* Fixed document.getElementsByClassName from Prototype to be speedy again [Sam Stephenson] + * Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error traces [Nicholas Seckar] -* Remove ARStore session fingerprinting. [Nicholas Seckar] +* Remove ARStore session fingerprinting [Nicholas Seckar] -* Fix obscure bug in ARStore. [Nicholas Seckar] +* Fix obscure bug in ARStore [Nicholas Seckar] * Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLTokenizer) #2229 [marcin@junkheap.net] |