aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-03-03 06:42:24 +0000
committerMichael Koziarski <michael@koziarski.com>2008-03-03 06:42:24 +0000
commitcc5a957d2b57b1d7081abd6939396f32e7b4b204 (patch)
tree9ab8292c0358c19963cd47fbeddd2b2e939b7ba7 /actionpack/CHANGELOG
parent4ca170fcea17ca0cd52677c39e865a0934ecd7d3 (diff)
downloadrails-cc5a957d2b57b1d7081abd6939396f32e7b4b204.tar.gz
rails-cc5a957d2b57b1d7081abd6939396f32e7b4b204.tar.bz2
rails-cc5a957d2b57b1d7081abd6939396f32e7b4b204.zip
Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8978 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 782e364f7e..58792d9088 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
+
* Refactor partial rendering into a PartialTemplate class. [Pratik]
* Added that requests with JavaScript as the priority mime type in the accept header and no format extension in the parameters will be treated as though their format was :js when it comes to determining which template to render. This makes it possible for JS requests to automatically render action.js.rjs files without an explicit respond_to block [DHH]