.. |
middleware_stack
|
|
|
request
|
UTF-8 encode all keys and values in nested params hash.
|
2013-03-15 09:17:03 +08:00 |
routing
|
Fix AP tests related to routes inspector output and the new column titles
|
2013-02-19 08:58:29 -03:00 |
session
|
Add keys/values methods to TestSession
|
2013-01-25 19:15:32 -02:00 |
callbacks_test.rb
|
ActionDispatch: add missing test for callbacks
|
2012-02-16 15:58:58 +02:00 |
cookies_test.rb
|
Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing signed cookies generated by Rails 3 to avoid invalidating them when upgrading to Rails 4
|
2013-03-24 18:20:24 -05:00 |
debug_exceptions_test.rb
|
strong parameters exception handling
|
2013-01-15 17:45:34 -07: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
|
depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_types
|
2012-09-24 17:24:18 -07:00 |
mount_test.rb
|
Update tests for #9704, named route collisions
|
2013-03-24 23:30:44 -07: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
|
|
|
rack_test.rb
|
depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_types
|
2012-09-24 17:24:18 -07:00 |
reloader_test.rb
|
|
|
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
|
Add 'X-UA-Compatible' => 'chrome=1' to default headers
|
2013-01-29 14:55:03 -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
|
Raise an ArgumentError when a clashing named route is defined
|
2013-03-19 23:23:55 -05:00 |
show_exceptions_test.rb
|
Removed unused assigns from ActionView::Template::Error
|
2012-01-20 20:13:29 +04:00 |
ssl_test.rb
|
Allow use of durations for ActionDispatch::SSL configuration
|
2013-01-04 16:20:23 +00:00 |
static_test.rb
|
Revert "Invert precedence of content in ActionDispatch::Static"
|
2012-12-07 06:02:43 +00:00 |
test_request_test.rb
|
Integrate Action Pack with Rack 1.5
|
2013-01-25 17:28:41 -02:00 |
test_response_test.rb
|
|
|
uploaded_file_test.rb
|
fixes the suite for uploaded files
|
2012-09-23 00:50:30 +02:00 |
url_generation_test.rb
|
Fix improperly configured host in generated urls
|
2013-03-19 12:34:49 -05:00 |