.. |
middleware_stack
|
make sure string keys are always looked up from the class cache
|
2011-03-02 10:11:28 -08:00 |
request
|
Use Request#raw_post instead Request#body
|
2013-07-08 01:48:35 +03:00 |
routing
|
RoutesInspector deals with routes using regexp as :controller option
|
2013-05-30 08:39:57 +02:00 |
session
|
Remove comments about removing LegacyKeyGenerator in 4.1
|
2013-04-03 08:28:37 -05:00 |
callbacks_test.rb
|
ActionDispatch: add missing test for callbacks
|
2012-02-16 15:58:58 +02:00 |
cookies_test.rb
|
Remove comments about removing LegacyKeyGenerator in 4.1
|
2013-04-03 08:28:37 -05:00 |
debug_exceptions_test.rb
|
Return a 405 response for unknown HTTP methods
|
2013-04-22 14:31:10 +01:00 |
header_test.rb
|
Http::Headers directly modifies the passed environment.
|
2013-03-15 10:13:49 +01:00 |
live_response_test.rb
|
Alias refute methods to assert_not and perfer assert_not on tests
|
2012-12-31 13:58:52 -03:00 |
mapper_test.rb
|
Raise a helpful error message on #mount misuse
|
2012-07-10 16:17:02 -07:00 |
middleware_stack_test.rb
|
Add the #unshift method to the middleware stack
|
2012-05-18 16:41:52 +10:00 |
mime_type_test.rb
|
Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were deprecated.
|
2013-06-02 00:07:58 +09:00 |
mount_test.rb
|
Don't remove trailing slash from PATH_INFO for mounted apps
|
2013-06-21 08:56:19 +02:00 |
prefix_generation_test.rb
|
test case to lock down the behavior of #7842
|
2012-11-04 15:15:29 +01:00 |
rack_cache_test.rb
|
Dump and load rack-cache stuff.
|
2011-05-17 17:33:17 -04:00 |
rack_test.rb
|
Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were deprecated.
|
2013-06-02 00:07:58 +09:00 |
reloader_test.rb
|
Use a BodyProxy instead of including a Module that responds to close.
|
2012-01-13 19:46:13 -02:00 |
request_id_test.rb
|
Remove default match without specified method
|
2012-04-24 22:52:26 -05:00 |
request_test.rb
|
Fix formats on xhr requests when HTTP_ACCEPT is empty string
|
2013-03-04 14:43:31 +00:00 |
response_test.rb
|
Don't set X-UA-Compatible header by default
|
2013-06-13 14:56:02 -05:00 |
routing_assertions_test.rb
|
Raise Assertion instead of RoutingError for routing assertion failures.
|
2012-05-20 06:21:32 -05:00 |
routing_test.rb
|
Skip Rack applications and redirects when generating urls
|
2013-07-16 13:39:17 +01:00 |
show_exceptions_test.rb
|
Merge pull request #9857 from yyyc514/bad_params_should_400
|
2013-04-30 17:38:56 -07:00 |
ssl_test.rb
|
Space is not required for Set-Cookie header
|
2013-07-05 15:40:14 +09:00 |
static_test.rb
|
Revert "Invert precedence of content in ActionDispatch::Static"
|
2012-12-07 06:02:43 +00:00 |
test_request_test.rb
|
Allow overriding of all headers from passed environment hash
|
2013-07-25 07:54:57 +01:00 |
test_response_test.rb
|
Add ActionDispatch::TestResponse tests.
|
2010-09-25 10:52:57 +02:00 |
uploaded_file_test.rb
|
fixes the suite for uploaded files
|
2012-09-23 00:50:30 +02:00 |
url_generation_test.rb
|
Refactor ActionDispatch::Http::URL.build_host_url
|
2013-04-18 17:12:40 +01:00 |