diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-11-11 01:44:37 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-11-11 01:44:37 +0000 |
commit | 73cc10305ea286d164d68c07af3ad7941097f1ec (patch) | |
tree | b30d6db2bfe312a680816f155d6168709ddf011e /actionpack/CHANGELOG | |
parent | c0bce43e903fe42645c16a8062ce1cd970217f40 (diff) | |
download | rails-73cc10305ea286d164d68c07af3ad7941097f1ec.tar.gz rails-73cc10305ea286d164d68c07af3ad7941097f1ec.tar.bz2 rails-73cc10305ea286d164d68c07af3ad7941097f1ec.zip |
Sync ActionController::StatusCodes::STATUS_CODES with http://www.iana.org/assignments/http-status-codes. Closes #6586.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5482 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 5cd3add473..2d3974f29d 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Sync ActionController::StatusCodes::STATUS_CODES with http://www.iana.org/assignments/http-status-codes. #6586 [dkubb] + +* Multipart form values may have a content type without being treated as uploaded files if they do not provide a filename. #6401 [Andreas Schwarz, Jeremy Kemper] + * assert_response supports symbolic status codes. #6569 [Kevin Clark] assert_response :ok assert_response :not_found @@ -2746,9 +2750,9 @@ Default YAML web services were retired, ActionController::Base.param_parsers car * Added pluralize method to the TextHelper that makes it easy to get strings like "1 message", "3 messages" -* Added proper escaping for the rescues [Andreas Schwartz] +* Added proper escaping for the rescues [Andreas Schwarz] -* Added proper escaping for the option and collection tags [Andreas Schwartz] +* Added proper escaping for the option and collection tags [Andreas Schwarz] * Fixed NaN errors on benchmarking [Jim Weirich] |