rails--rails/actionpack/test/dispatch
Piotr Sarnacki 22b11a41cc Allow mounting engines at '/'
Without that commit script_name always become '/', which
results in paths like //posts/1 instead of /posts/1
2010-09-30 09:47:05 +02:00
..
request Change test to avoid warnings. 2010-09-28 18:38:25 -03:00
session Use parentheses when using assert_match followed by a regexp to avoid warnings. 2010-09-27 11:19:19 -03:00
callbacks_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
cookies_test.rb Use parentheses when using assert_match followed by a regexp to avoid warnings. 2010-09-27 11:19:19 -03:00
header_test.rb
middleware_stack_test.rb added block arguments to ActionController::Metal#use 2010-09-12 07:35:54 +08:00
mime_type_test.rb Remove useless use of :: in void context. 2010-09-28 16:02:31 -03:00
mount_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
prefix_generation_test.rb Allow mounting engines at '/' 2010-09-30 09:47:05 +02:00
rack_test.rb
request_test.rb Initialize @trusted_proxies. 2010-09-28 16:25:06 -03:00
response_test.rb Remove more warnings shadowing outer local variable. 2010-09-27 16:43:17 -03:00
routing_test.rb Ensure that named routes do not overwrite previously defined routes. 2010-09-29 14:24:32 +02:00
show_exceptions_test.rb Use parentheses when using assert_match followed by a regexp to avoid warnings. 2010-09-27 11:19:19 -03:00
static_test.rb Modified ActionDispatch::Static to allow passing multiple roots 2010-09-03 22:59:09 +02:00
test_request_test.rb
test_response_test.rb Add ActionDispatch::TestResponse tests. 2010-09-25 10:52:57 +02:00
url_generation_test.rb Extended url_for to handle specifying which router should be used. 2010-09-03 22:59:06 +02:00