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/controller/new_base
2013-03-30 15:17:08 -03:00
..
bare_metal_test.rb Collapsed dual checks (one for content headers and one for content) into a single check. 2012-08-02 16:01:08 -07:00
base_test.rb update documentation and code to use _action callbacks 2012-12-07 14:46:06 -05:00
content_negotiation_test.rb Use Mime::Type references. 2011-02-08 14:14:26 -08:00
content_type_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
metal_test.rb
middleware_test.rb cleanup, remove trailing whitespace within actionpack 2012-10-27 16:03:18 +02:00
render_action_test.rb deprecate describe without a block. 2012-07-09 13:13:59 -07:00
render_context_test.rb update documentation and code to use _action callbacks 2012-12-07 14:46:06 -05:00
render_file_test.rb Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
render_implicit_action_test.rb Revert to old semantics, use available_action? instead of action_method?. 2011-05-06 18:44:18 +02:00
render_layout_test.rb Fix another regression related to the layout optimization. 2011-12-08 22:56:50 +01:00
render_partial_test.rb Fix typos in AP: "overriden" => "overridden" 2013-03-30 15:17:08 -03:00
render_streaming_test.rb Use ActionView::Base.logger instead of AC::Base.logger 2012-08-28 10:51:05 +02:00
render_template_test.rb Override <%== to always behave as literal text rather than toggling based on whether escaping is enabled. Fixes that existing plaintext email templates using <%== unexpectedly flipped to *escaping* HTML when #8235 was merged. 2012-12-03 10:31:18 -07:00
render_test.rb Fix typos in AP: "overriden" => "overridden" 2013-03-30 15:17:08 -03:00
render_text_test.rb deprecate describe without a block. 2012-07-09 13:13:59 -07:00
render_xml_test.rb