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
Carlos Antonio da Silva 7fc1edd790 Remove deprecated stuff in ActionController
This removes all deprecated classes in ActionController related to
Routing, Abstract Request/Response and Integration/IntegrationTest.
All tests and docs were changed to ActionDispatch instead of ActionController.
2010-09-26 02:13:45 +08:00
..
request Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
session Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08: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 Only send secure cookies over SSL. 2010-09-13 15:11:46 -07:00
header_test.rb Move dispatch related tests into test/dispatch 2009-01-28 22:50:46 -06:00
middleware_stack_test.rb added block arguments to ActionController::Metal#use 2010-09-12 07:35:54 +08:00
mime_type_test.rb deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08: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 Change app to main_app in mounted_helpers 2010-09-08 19:27:59 +02:00
rack_test.rb * Change the object used in routing constraints to be an instance of 2010-04-03 20:24:30 -07:00
request_test.rb Add configuration option for tld length 2010-09-09 18:26:35 -07:00
response_test.rb Rely on set and delete cookie logic from rack. 2010-05-18 01:51:45 +02:00
routing_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
show_exceptions_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
static_test.rb Modified ActionDispatch::Static to allow passing multiple roots 2010-09-03 22:59:09 +02:00
test_request_test.rb Expect Rack 1.1 2009-12-26 13:25:35 -06:00
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