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
Prem Sichanugrist 6790228b39 Add deprecation warning for render :text
We've started on discouraging the usage of `render :text` in #12374.
This is a follow-up commit to make sure that we print out the
deprecation warning.
2015-07-17 21:12:47 -04:00
..
bare_metal_test.rb Add ActionController::Metal#set_request! 2015-01-21 23:53:38 +03:00
base_test.rb
content_negotiation_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
content_type_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
metal_test.rb Removing old helper that was necessary for compatibility with Ruby 1.8.x 2015-02-22 23:42:51 -03:00
middleware_test.rb Removing old helper that was necessary for compatibility with Ruby 1.8.x 2015-02-22 23:42:51 -03:00
render_action_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_body_test.rb
render_context_test.rb
render_file_test.rb
render_html_test.rb
render_implicit_action_test.rb
render_layout_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_partial_test.rb
render_plain_test.rb
render_streaming_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_template_test.rb Fix test messages use directly true, false and nil instead of their symbol 2015-03-19 23:47:58 +05:30
render_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_text_test.rb Add deprecation warning for render :text 2015-07-17 21:12:47 -04:00
render_xml_test.rb