Changeset 4884
- Timestamp:
- 08/31/06 03:07:38 (2 years ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_controller/streaming.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r4866 r4884 1 1 *SVN* 2 3 * Fix send_data documentation typo. #5982 [brad@madriska.com] 2 4 3 5 * Switch to using FormEncodedPairParser for parsing request parameters. [Nicholas Seckar, DHH] trunk/actionpack/lib/action_controller/streaming.rb
r4403 r4884 89 89 # Defaults to 'application/octet-stream'. 90 90 # * <tt>:disposition</tt> - specifies whether the file will be shown inline or downloaded. 91 # Valid values are 'inline' and 'attachment' (default). 91 92 # * <tt>:status</tt> - specifies the status code to send with the response. Defaults to '200 OK'. 92 # Valid values are 'inline' and 'attachment' (default).93 93 # 94 94 # Generic data download: