rails/actionpack/test/dispatch
adam b49cac80de Fix handling of empty X_FORWARDED_HOST header.
Previously, an empty X_FORWARDED_HOST header would cause
Actiondispatch::Http:URL.raw_host_with_port to return nil, causing
Actiondispatch::Http:URL.host to raise a NoMethodError.
2015-03-20 20:32:30 +00:00
..
middleware_stack
request Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
routing Change filter on /rails/info/routes to use an actual path regexp from rails 2015-02-23 19:57:01 +03:00
session Use request.session.id instead of request.session_options[:id] 2015-03-12 09:52:38 -05: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 Avoid accurate assertions on error messages 2015-03-02 14:05:07 +01:00
exception_wrapper_test.rb Show proper traces on Windows for the error pages 2015-02-01 12:00:18 +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 Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -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 Prefer request_id over uuid and test the alias 2015-02-20 20:47:59 -02:00
request_test.rb Fix handling of empty X_FORWARDED_HOST header. 2015-03-20 20:32:30 +00:00
response_test.rb Revert "Revert integration test refactoring that caused app test regressions" 2015-03-09 17:10:24 -04:00
routing_assertions_test.rb Add test to assert_recognizes with custom message 2014-09-05 16:47:00 -03:00
routing_test.rb Drop request class from RouteSet constructor. 2015-03-04 11:02:24 -08:00
show_exceptions_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
ssl_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
static_test.rb Also skip Content-Encoding and Vary header if 304 2015-03-12 23:32:07 +09:00
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 Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00