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/dispatch
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
..
middleware_stack
request Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
routing Remove deprecated usage of string keys in URL helpers 2015-01-04 11:58:42 -03:00
session Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
callbacks_test.rb
cookies_test.rb Merge pull request #10380 from JonRowe/test_all_domain_2_letter_tld 2015-01-02 21:27:38 -03:00
debug_exceptions_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
exception_wrapper_test.rb Rename #source_extract to #source_extracts in ExceptionWrapper 2014-11-16 18:39:45 +02:00
header_test.rb HTTP::Headers#key? correctly converts 2014-05-07 12:01:34 -05:00
live_response_test.rb use the body proxy to freeze headers 2014-03-12 17:40:08 -07:00
mapper_test.rb fewer operations on the options hash 2014-08-13 18:34:21 -07:00
middleware_stack_test.rb
mime_type_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
mount_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
prefix_generation_test.rb call the routes method on engines 2014-08-05 16:50:50 -07:00
rack_cache_test.rb
reloader_test.rb Reset callbacks after test. 2014-06-05 22:30:53 +08:00
request_id_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
request_test.rb allow reseting of request variants 2014-12-16 11:37:04 +01:00
response_test.rb Remove deprecated ActionDispatch::Response#to_ary 2015-01-04 11:58:41 -03:00
routing_assertions_test.rb Add test to assert_recognizes with custom message 2014-09-05 16:47:00 -03:00
routing_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
show_exceptions_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
ssl_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
static_test.rb No need of requiring rbconfig, it is by-default loaded 2015-01-10 20:27:18 +05:30
template_assertions_test.rb Fix for assigns(:..) resetting template assertions 2014-11-17 09:49:07 +08:00
test_request_test.rb Use released rack 2014-12-19 01:26:19 -08:00
test_response_test.rb
uploaded_file_test.rb always transcode the file to utf-8 2014-07-16 11:35:27 -07:00
url_generation_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00