Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4884

Show
Ignore:
Timestamp:
08/31/06 03:07:38 (2 years ago)
Author:
bitsweat
Message:

Fix send_data documentation typo. Closes #5982.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r4866 r4884  
    11*SVN* 
     2 
     3* Fix send_data documentation typo.  #5982 [brad@madriska.com] 
    24 
    35* Switch to using FormEncodedPairParser for parsing request parameters. [Nicholas Seckar, DHH] 
  • trunk/actionpack/lib/action_controller/streaming.rb

    r4403 r4884  
    8989      #   Defaults to 'application/octet-stream'. 
    9090      # * <tt>:disposition</tt> - specifies whether the file will be shown inline or downloaded.   
     91      #   Valid values are 'inline' and 'attachment' (default). 
    9192      # * <tt>:status</tt> - specifies the status code to send with the response. Defaults to '200 OK'. 
    92       #   Valid values are 'inline' and 'attachment' (default). 
    9393      # 
    9494      # Generic data download: