rails/actionpack/lib/action_dispatch
Yehuda Katz b53f006901 Remove legacy processing and content_length
* convert_content_type! is handled by assign_default_content_type_and_charset!
  * set_content_length! should be handled by the endpoint server. Otherwise
    each middleware that modifies the body has to do the expensive work of
    recalculating content_length.
  * convert_language! appears to be legacy. There are no tests for this
  * convert_cookies! should be handled by the new HeaderHash in Rack
  * Use an integer for .status's internal representation to avoid needing to
    do String manipulation just to find out the status
2009-08-02 19:39:33 -04:00
..
http Remove legacy processing and content_length 2009-08-02 19:39:33 -04:00
middleware ActionPack components should no longer have undeclared dependencies. 2009-06-08 13:34:07 -07:00
testing Depend on Hash#diff extension 2009-05-30 11:59:17 -07:00
vendor Temporarily bundle rack-test while MockSession is baking 2009-05-19 22:43:22 -05:00