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
Kir Shatrov baf14ae513 Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Non-kwargs requests are deprecated now.
Guides are updated as well.

`post url, nil, nil, { a: 'b' }` doesn't make sense.
`post url, params: { y: x }, session: { a: 'b' }` would be an explicit way to do the same
2015-01-29 14:44:46 +02:00
..
controller_fixtures
mime Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
new_base Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
parameters
request
action_pack_assertions_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
base_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
caching_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
content_type_test.rb
default_url_options_with_before_action_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
filters_test.rb Add test/doc for :if/:except in skip_before_action 2015-01-08 09:30:31 -08:00
flash_hash_test.rb
flash_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
force_ssl_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
helper_test.rb
http_basic_authentication_test.rb Add test for HTTP basic authentication when no credential is given. 2015-01-24 07:17:11 +08:00
http_digest_authentication_test.rb
http_token_authentication_test.rb
integration_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
live_stream_test.rb
localized_templates_test.rb
log_subscriber_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
output_escaping_test.rb
params_wrapper_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
permitted_params_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
redirect_test.rb
render_js_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
render_json_test.rb
render_other_test.rb
render_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
render_xml_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
renderer_test.rb Add ActionController::Base.render 2015-01-22 01:02:13 +03:00
request_forgery_protection_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
required_params_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
rescue_test.rb
resources_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
routing_test.rb
runner_test.rb
send_file_test.rb
show_exceptions_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
streaming_test.rb
test_case_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
url_for_integration_test.rb
url_for_test.rb
url_rewriter_test.rb
webservice_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00