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
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
..
api Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
controller_fixtures
mime pass variants in rather than mutating the request. 2015-07-07 15:51:01 -07:00
new_base Add deprecation warning for render :text 2015-07-17 21:12:47 -04:00
parameters Skip a few failing tests on JRuby with the attached tickets 2015-07-17 15:00:00 +02:00
request let the superclass build the request and response 2015-07-08 14:15:53 -07:00
action_pack_assertions_test.rb only call methods that are on the superclass 2015-07-14 07:46:17 -07:00
base_test.rb let the superclass build the request and response 2015-07-08 14:15:53 -07:00
caching_test.rb pass the variant as a parameter to more reflect real world apps 2015-07-08 16:15:50 -07:00
content_type_test.rb
default_url_options_with_before_action_test.rb
filters_test.rb only call methods that are on the superclass 2015-07-14 07:46:17 -07:00
flash_hash_test.rb
flash_test.rb
force_ssl_test.rb
form_builder_test.rb
helper_test.rb Change AC::TestResponse to AD::TestResponse 2015-07-14 09:27:42 -04:00
http_basic_authentication_test.rb
http_digest_authentication_test.rb
http_token_authentication_test.rb
integration_test.rb
live_stream_test.rb Replaced ActiveSupport::Concurrency::Latch with concurrent-ruby. 2015-07-13 15:44:21 -04:00
localized_templates_test.rb
log_subscriber_test.rb
output_escaping_test.rb
params_wrapper_test.rb
permitted_params_test.rb
redirect_test.rb
render_js_test.rb
render_json_test.rb
render_other_test.rb
render_test.rb
render_xml_test.rb
renderer_test.rb
request_forgery_protection_test.rb let the superclass build the request and response 2015-07-08 14:15:53 -07:00
required_params_test.rb
rescue_test.rb
resources_test.rb let the superclass build the request and response 2015-07-08 14:15:53 -07:00
routing_test.rb
runner_test.rb
send_file_test.rb let the superclass build the request and response 2015-07-08 14:15:53 -07:00
show_exceptions_test.rb
streaming_test.rb
test_case_test.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00
url_for_integration_test.rb
url_for_test.rb
url_rewriter_test.rb remove call to build_request 2015-07-08 15:14:41 -07:00
webservice_test.rb Make AC::Parameters not inherited from Hash 2015-07-15 11:11:36 -04:00