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
2011-12-07 12:35:44 +09:00
..
middleware_stack make sure string keys are always looked up from the class cache 2011-03-02 10:11:28 -08:00
request middlewares should use logger from env 2011-11-25 13:09:46 +03:00
session Add ActionDispatch::Session::CacheStore as a generic way of storing sessions in a cache. 2011-10-21 13:13:29 -05:00
callbacks_test.rb Don't deprecate to_prepare. 2010-12-23 19:21:14 +01:00
cookies_test.rb configuration option to always write cookie 2011-11-23 23:50:04 +03:00
debug_exceptions_test.rb Fix failing cascade exception. 2011-12-03 11:38:25 +01: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
mime_type_test.rb Implement Mime::Type#respond_to? (consistently with #method_missing) 2011-09-25 13:03:01 +01:00
mount_test.rb Check if the routes object really responds to define_mount_prefix. 2010-12-09 13:15:25 +01:00
prefix_generation_test.rb Make polymorphic_url calls go through application helpers again. 2011-07-25 13:43:02 +02:00
rack_cache_test.rb Dump and load rack-cache stuff. 2011-05-17 17:33:17 -04:00
rack_test.rb
reloader_test.rb Clean up callbacks should also be called on exceptions. 2010-12-23 19:17:02 +01:00
request_id_test.rb Warnings removed from RequestIdTest 2011-10-22 16:30:48 +05:30
request_test.rb add test for bug fixed in 4f2bf64 2011-11-14 12:29:51 -10:00
response_test.rb Use default charset when we read content type without charset. 2011-12-07 12:35:44 +09:00
routing_assertions_test.rb Fix assert_recognizes with block constraints [#5805 state:resolved] 2011-02-13 23:24:46 +00:00
routing_test.rb Refactoring the redirect method for the router api. 2011-11-18 10:51:12 -08:00
show_exceptions_test.rb Remove unnecessary test setup. 2011-12-01 21:17:11 +01:00
static_test.rb Static middleware accepts cache control. 2011-05-03 12:32:14 +02:00
test_request_test.rb assert nothing raised for setting a cookie value to nil in ActionDispatch 2011-07-14 14:01:39 -05:00
test_response_test.rb Add ActionDispatch::TestResponse tests. 2010-09-25 10:52:57 +02:00
uploaded_file_test.rb Use assert_equal instead of assert in uploaded file test. 2011-06-15 03:09:27 -07:00
url_generation_test.rb