rails--rails/actionpack/test/controller/new_base
wycats e1c030edd8 Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack response was a String. 2010-03-19 18:46:29 -07:00
..
bare_metal_test.rb Return a valid Rack response from bare ActionController::Metal 2010-03-18 17:32:53 -07:00
base_test.rb
content_negotiation_test.rb
content_type_test.rb
etag_test.rb
metal_test.rb Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack response was a String. 2010-03-19 18:46:29 -07:00
middleware_test.rb Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack response was a String. 2010-03-19 18:46:29 -07:00
render_action_test.rb remove duplicated self.view_paths assingment on controller tests [#4206 state:commited] 2010-03-18 17:50:28 -07:00
render_file_test.rb
render_implicit_action_test.rb
render_layout_test.rb
render_partial_test.rb
render_rjs_test.rb Improve performance of the rendering stack by freezing formats as a sign that they shouldn't be further modified. 2010-03-19 17:20:20 +01:00
render_template_test.rb
render_test.rb
render_text_test.rb
render_xml_test.rb