1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/http
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
..
headers.rb Move HTTP libs and middleware into ActionDispatch component 2009-01-27 18:54:01 -06:00
mime_type.rb Remove last TODO. 2009-07-29 12:06:04 -07:00
mime_types.rb Remove Mime::ALL from Mime::SET. 2009-07-29 12:06:02 -07:00
request.rb Refactor even more Responder. Move mime negotiation to request and added respond_to class method. 2009-07-29 12:06:02 -07:00
response.rb Remove legacy processing and content_length 2009-08-02 19:39:33 -04:00
status_codes.rb Cherry-picking Active Support extensions 2009-05-14 02:01:08 -07:00