aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/send_file_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-23/+0
* Fix streaming by having it create a File object, which can be handled by Rack...Carlhuda2010-02-231-3/+11
* Fix a bunch of pending tests by providing an introspection mode for the Respo...Carlhuda2010-02-191-2/+1
* Reinstate pending tests that were supposed to be fixed before theJoshua Peek2010-02-191-13/+11
* Update cache_control to be a Hash of options that is used to build the header.Yehuda Katz2009-08-021-1/+1
* Ruby 1.9: fix encoding for test_file_streamJeremy Kemper2009-08-011-1/+2
* Ruby 1.9: fix Content-Length for multibyte send_data streamingSava Chankov2009-08-011-0/+12
* send_data should set Content-Length as a stringJoshua Peek2009-06-251-1/+1
* Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-171-2/+2
* Finish making things pass with updated internal content_type semanticsYehuda Katz + Carl Lerche2009-06-151-6/+4
* Add HTTP Authentication to the new basePratik Naik2009-05-221-4/+9
* Add Streaming to new basePratik Naik2009-05-211-11/+13
* Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-4/+4
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-3/+3
|\
| * Return body parts directly to Rack rather than building a response string our...Jeremy Kemper2009-03-121-2/+2
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* | Reorganize ActionController folder structureJoshua Peek2009-01-271-1/+1
|/
* Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-071-1/+2
* Allow use of symbols for :type option of ActionController::Streaming#send_fil...=?utf-8?q?Adam=20Cig=C3=A1nek?=2008-12-211-0/+25
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-191-2/+2
* Do not output an ETag header if response body is blank or when sending files ...Hongli Lai (Phusion2008-12-161-0/+1
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-2/+0
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-3/+1
* Introduce send_file :x_sendfile => true to send an X-Sendfile response header.Jeremy Kemper2008-01-111-2/+13
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Allow send_file/send_data to use a registered mime type as the :type paramete...David Heinemeier Hansson2007-02-251-2/+4
* Fix tests depending too deepDavid Heinemeier Hansson2007-02-191-4/+4
* Add a :url_based_filename => true option to ActionController::Streaming::send...Thomas Fuchs2007-02-091-0/+8
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-1/+1
* Dont set default charset if the response is sending a file. Closes #6689 [DHH]David Heinemeier Hansson2006-11-251-0/+8
* Add ActionController::Base#head for rendering empty responses. Add support fo...Jamis Buck2006-09-281-1/+1
* Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #...Jeremy Kemper2006-06-021-1/+15
* Fix open/save dialog in IE not opening files send with send_file/send_data, #...Thomas Fuchs2005-09-251-0/+6
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-201-10/+5
* render(:text), render(:partial), and render(:nothing) always default to :layo...Jamis Buck2005-05-301-0/+2
* Fixed that send_file would "remember" all the files sent by adding to the hea...David Heinemeier Hansson2005-01-131-0/+24
* InitialDavid Heinemeier Hansson2004-11-241-0/+68