diff options
author | Thomas Fuchs <thomas@fesch.at> | 2007-02-09 11:25:37 +0000 |
---|---|---|
committer | Thomas Fuchs <thomas@fesch.at> | 2007-02-09 11:25:37 +0000 |
commit | c9108f3e399ad2b81d7001489a4036d69333add5 (patch) | |
tree | 10e6a607880e4ea6b8c532638e9ae965941be64f /actionpack/CHANGELOG | |
parent | 9daddf0116f2e88153e4473bb9aa5b8edc186963 (diff) | |
download | rails-c9108f3e399ad2b81d7001489a4036d69333add5.tar.gz rails-c9108f3e399ad2b81d7001489a4036d69333add5.tar.bz2 rails-c9108f3e399ad2b81d7001489a4036d69333add5.zip |
Add a :url_based_filename => true option to ActionController::Streaming::send_file, which allows URL-based filenames. [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6142 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index a470bb5fb7..5b2a50f05c 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add a :url_based_filename => true option to ActionController::Streaming::send_file, which allows URL-based filenames. [Thomas Fuchs] + * Fix that FormTagHelper#submit_tag using :disable_with should trigger the onsubmit handler of its form if available [DHH] * Fix #render_file so that TemplateError is called with the correct params and you don't get the WSOD. [Rick] |