1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
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
..
abstract_controller Rename ActionView::Template::Path ActionView::Resolver 2009-06-17 15:32:55 -07:00
activerecord AMo conversion helper 2009-07-21 00:51:57 -05:00
controller Update cache_control to be a Hash of options that is used to build the header. 2009-08-02 19:39:33 -04:00
dispatch Remove legacy processing and content_length 2009-08-02 19:39:33 -04:00
fixtures Added respond_with. 2009-07-29 12:06:03 -07:00
html-scanner Move html-scanner tests one dir up 2009-05-23 02:21:07 +02:00
javascript First effort at new Ajax helpers 2009-07-20 16:13:21 -07:00
lib AMo conversion helper 2009-07-21 00:51:57 -05:00
new_base Remove legacy processing and content_length 2009-08-02 19:39:33 -04:00
old_base Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 state:resolved] 2009-07-01 11:53:17 -07:00
template Fix tag helpers so that all HTML element boolean attributes render according to the specs. Added all boolean attributes listed in the XHTML 1.0 specs (http://www.w3.org/TR/xhtml1/guidelines.html) and HTML 5 specs (http://www.whatwg.org/specs/web-apps/current-work). HTML 5 boolean attribute rendering was broken in commit 1e2d722960 / [#2864 state:resolved]. 2009-07-30 09:48:27 -07:00
view Fixed ActionView::TestCase current url context [#1561 state:resolved] 2008-12-15 11:47:39 -06:00
abstract_unit.rb Define ActiveModel API Compliance 2009-07-20 00:27:04 +09:00
runner Temporary runner 2009-03-20 15:02:12 -07:00