rails--rails/actionpack/test/new_base
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
..
base_test.rb
content_type_test.rb
etag_test.rb
redirect_test.rb
render_action_test.rb
render_file_test.rb
render_implicit_action_test.rb
render_layout_test.rb
render_partial_test.rb
render_rjs_test.rb
render_template_test.rb
render_test.rb
render_text_test.rb
render_xml_test.rb
test_helper.rb