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
2012-02-22 09:55:26 -08:00
..
middleware_stack
request Moved all the logger methods to active support logger 2012-01-06 00:38:46 +05:30
session Remove rescue_action from compatibility module and tests 2012-01-17 10:04:37 -02:00
callbacks_test.rb ActionDispatch: add missing test for callbacks 2012-02-16 15:58:58 +02:00
cookies_test.rb ActionDispatch::Cookies::CookieJar#deleted? predicate method. 2012-01-24 00:31:22 +11:00
debug_exceptions_test.rb Removed unused assigns from ActionView::Template::Error 2012-01-20 20:13:29 +04:00
header_test.rb
mapper_test.rb all routes can be stored in the Journey Routes object 2011-09-12 16:50:48 -07:00
middleware_stack_test.rb Fix GH #4873. Allow swapping middleware of same class 2012-02-04 22:59:13 +09:00
mime_type_test.rb Failing test case that shows issue #736 should still be open. 2012-02-06 18:12:43 -08:00
mount_test.rb adding tests for #4029 2011-12-19 13:34:54 -08:00
prefix_generation_test.rb Override respond_to? since we are also overriding method_missing. 2012-01-03 20:26:45 +01:00
rack_cache_test.rb
rack_test.rb
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 removed warning "warning: ambiguous first argument; put parentheses or even spaces" 2011-12-21 21:22:39 +05:30
request_test.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08:00
response_test.rb deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
routing_assertions_test.rb
routing_test.rb Testcase for GH #5114. 2012-02-22 02:24:22 +09:00
show_exceptions_test.rb Removed unused assigns from ActionView::Template::Error 2012-01-20 20:13:29 +04:00
static_test.rb Remove fixture files with Windows incompatible filenames 2012-02-20 04:46:45 +00:00
test_request_test.rb
test_response_test.rb
uploaded_file_test.rb deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
url_generation_test.rb