From d77d4a89490cde4db3394bd324453c88796b4857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sun, 30 Sep 2012 00:23:16 -0300 Subject: New CHANGELOG entries always in the top [ci skip] --- actionpack/CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 416a69d562..69937accf2 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -19,6 +19,12 @@ *Hugolnx* +* Handle `ActionDispatch::Http::UploadedFile` like `Rack::Test::UploadedFile`, don't call to_param on it. Since + `Rack::Test::UploadedFile` isn't API compatible this is needed to test file uploads that rely on `tempfile` + being available. + + *Tim Vandecasteele* + * Fixed a bug with shorthand routes scoped with the `:module` option not adding the module to the controller as described in issue #6497. This should now work properly: @@ -65,12 +71,6 @@ *Jeremy Kemper & Erich Menge* -* Handle `ActionDispatch::Http::UploadedFile` like `Rack::Test::UploadedFile`, don't call to_param on it. Since - `Rack::Test::UploadedFile` isn't API compatible this is needed to test file uploads that rely on `tempfile` - being available. - - *Tim Vandecasteele* - ## Rails 3.2.8 (Aug 9, 2012) ## -- cgit v1.2.3