rails--rails/actionpack/test/dispatch
Carlhuda f38e2e0335 Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount Sprockets => "/sprockets".
This is different from the match syntax in that it cannot be used for controller/action and it does not 
assume an anchor at the end of the match. 

For instance, in the above example, if the client asked for "/sprockets/foo.js", the Sprockets app would
have a SCRIPT_NAME of "/sprockets" and PATH_INFO of "/foo.js".
2010-03-08 12:26:18 -08:00
..
request Disable ShowExceptions during integration tests 2010-01-19 09:06:21 -06:00
session Cookies middleware 2010-01-16 17:22:27 -06:00
callbacks_test.rb Add ActionDispatch::Notifications middleware. 2010-01-17 11:29:51 +01:00
header_test.rb Move dispatch related tests into test/dispatch 2009-01-28 22:50:46 -06:00
middleware_stack_test.rb As first step setup the load path and lazy compare middlewares. 2010-01-25 22:59:08 +01:00
mime_type_test.rb deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08:00
mount_test.rb Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount Sprockets => "/sprockets". 2010-03-08 12:26:18 -08:00
rack_test.rb Create a new file for response tests 2009-04-26 10:26:53 -05:00
request_test.rb Deprecate IP spoofing settings that are directly on the controller in favor of configuring a middleware 2010-03-03 21:24:00 -08:00
response_test.rb Reinstate pending tests that were supposed to be fixed before the 2010-02-19 09:34:22 -06:00
routing_test.rb Make sure nested singular resources get the correct name 2010-03-07 14:36:26 -08:00
show_exceptions_test.rb Disable ShowExceptions during integration tests 2010-01-19 09:06:21 -06:00
static_test.rb Move Rails::Static into ActionDispatch 2009-09-26 11:37:42 -05:00
test_request_test.rb Expect Rack 1.1 2009-12-26 13:25:35 -06:00
url_generation_test.rb Remove the ability to set the mountpoint when initializing a route set. 2010-03-04 22:17:25 -08:00