aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-05 23:23:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-05 23:23:04 +0000
commit8f24701ae17a6bba0a9e648e38df2d17fb884792 (patch)
treee9099287e21491d8c2179772f583fd9a178591ad /actionpack/CHANGELOG
parent57c9630944b43b9d91fd7cc8287253f06bbfaf26 (diff)
downloadrails-8f24701ae17a6bba0a9e648e38df2d17fb884792.tar.gz
rails-8f24701ae17a6bba0a9e648e38df2d17fb884792.tar.bz2
rails-8f24701ae17a6bba0a9e648e38df2d17fb884792.zip
Fixed send_file/binary_content for testing (closes #8044) [tolsen]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8318 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG14
1 files changed, 1 insertions, 13 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 12e02ba125..9d215e9d3d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,18 +1,6 @@
*SVN*
-* Add documentation examples to prototype helper. Closes #7211 [manfred]
-
-* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
-
-* Fix typo in number helper docs. Closes #7582 [josh]
-
-* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcanally]
-
-* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]
-
-* Document the supported options for sortable_element. Closes #8820 [berkelep]
-
-* Add examples in the documentation for various assertions. Closes #9938 [zapnap]
+* Fixed send_file/binary_content for testing #8044 [tolsen]
* When a NonInferrableControllerError is raised, make the proposed fix clearer in the error message. Closes #10199 [danger]