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
Aaron Patterson 83b767cef9 Using strings or symbols for middleware class names is deprecated.
Convert things like this:

  middleware.use "Foo::Bar"

to this:

  middleware.use Foo::Bar
2015-08-07 15:37:31 -07:00
..
middleware_stack Using strings or symbols for middleware class names is deprecated. 2015-08-07 15:37:31 -07:00
request Add failing spec on utf8 filename with percent character 2015-08-04 21:27:22 +09:00
routing Skip a few failing tests on JRuby with the attached tickets 2015-07-17 15:00:00 +02:00
session Adds missing argument handling for ActionController::TestSession to 2015-08-06 15:29:45 -04:00
callbacks_test.rb ActionDispatch: add missing test for callbacks 2012-02-16 15:58:58 +02:00
cookies_test.rb Improve error messages in cookies_test 2015-06-27 16:48:20 -04:00
debug_exceptions_test.rb Avoid accurate assertions on error messages 2015-03-02 14:05:07 +01:00
exception_wrapper_test.rb ExceptionWrapper doesn't need to know about env 2015-08-06 15:59:44 -07:00
header_test.rb HTTP::Headers#key? correctly converts 2014-05-07 12:01:34 -05:00
live_response_test.rb Replaced ActiveSupport::Concurrency::Latch with concurrent-ruby. 2015-07-13 15:44:21 -04:00
mapper_test.rb fewer operations on the options hash 2014-08-13 18:34:21 -07:00
middleware_stack_test.rb Using strings or symbols for middleware class names is deprecated. 2015-08-07 15:37:31 -07:00
mime_type_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
mount_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
prefix_generation_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
rack_cache_test.rb
reloader_test.rb Reset callbacks after test. 2014-06-05 22:30:53 +08:00
request_id_test.rb Prefer request_id over uuid and test the alias 2015-02-20 20:47:59 -02:00
request_test.rb Allow filtering params based on parent keys 2015-06-22 10:04:11 -04:00
response_test.rb Merge pull request #20590 from vngrs/set_default_charset 2015-07-27 17:31:24 -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 Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
show_exceptions_test.rb Remove extra whitespaces 2015-06-11 16:54:13 -03:00
ssl_test.rb ActionDispatch::SSL should keep original header's behavior 2015-06-14 23:20:04 +09:00
static_test.rb use a request object to reduce string allocations and not know about ENV keys 2015-08-06 15:12:19 -07:00
test_request_test.rb add a new constructor for allocating test requests 2015-07-08 16:09:49 -07:00
test_response_test.rb only call methods that are on the superclass 2015-07-14 07:46:17 -07:00
uploaded_file_test.rb always transcode the file to utf-8 2014-07-16 11:35:27 -07:00
url_generation_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00