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
Jon Moss c5da641471 Update cookies helper on all HTTP requests
Regression introduced by ae29142142 / 8363b879fe.

Previously, cookies were only updated on `GET` requests. Now we will
update the helper for all requests, as part of `process`. Added
regression tests for all available HTTP method helpers in
`ActionController::TestCase`.
2017-01-05 17:39:12 -05:00
..
request "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
routing stop using removed render :text 2016-12-03 15:28:59 +09:00
session "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
callbacks_test.rb
cookies_test.rb Update cookies helper on all HTTP requests 2017-01-05 17:39:12 -05:00
debug_exceptions_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
exception_wrapper_test.rb
executor_test.rb
header_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
live_response_test.rb
mapper_test.rb
middleware_stack_test.rb Remove deprecated support to passing strings to the middleware stack 2016-10-10 01:35:59 -03:00
mime_type_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
mount_test.rb
prefix_generation_test.rb
rack_cache_test.rb
reloader_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
request_id_test.rb
request_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
response_test.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
routing_assertions_test.rb
routing_test.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
runner_test.rb
show_exceptions_test.rb
ssl_test.rb Remove deprecated code in ssl middleware 2016-10-10 01:35:59 -03:00
static_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
test_request_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
test_response_test.rb
uploaded_file_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
url_generation_test.rb