rails--rails/actionpack/test/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
..
request Remove legacy processing and content_length 2009-08-02 19:39:33 -04:00
session Revert "Only save the session if we're actually writing to it [#2703 state:resolved]" 2009-05-30 09:36:08 -05:00
header_test.rb
middleware_stack_test.rb
mime_type_test.rb Fixing pending tests and fixed some formats / partial rendering semantics 2009-06-17 12:54:19 -07:00
rack_test.rb Create a new file for response tests 2009-04-26 10:26:53 -05:00
request_test.rb Ensure that the proper accept header value is set during tests. 2009-07-29 12:06:03 -07:00
response_test.rb Remove legacy processing and content_length 2009-08-02 19:39:33 -04:00
show_exceptions_test.rb Got all the dispatch tests running on new base 2009-05-26 15:03:09 -07:00
test_request_test.rb Fix implicit ordering expectation 2009-05-02 15:30:00 -07:00