aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/streaming.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-187/+0
* 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 Content-Length for multibyte send_data streamingSava Chankov2009-08-011-1/+3
* send_data should set Content-Length as a stringJoshua Peek2009-06-251-1/+1
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-4/+1
* rm -r controller/base!Yehuda Katz + Carl Lerche2009-06-151-0/+188
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-188/+0
* Finish making things pass with updated internal content_type semanticsYehuda Katz + Carl Lerche2009-06-151-4/+5
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-1/+1
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Add missing dependency in StreamingPratik Naik2009-05-221-0/+7
* Add Streaming to new basePratik Naik2009-05-211-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-4/+12
* Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+171