Jeremy Kemper
32ec8eb91d
Update tests for #9704 , named route collisions
...
* Fix named route collision in mount test fixture
* Update controller named route precedence test
2013-03-24 23:30:44 -07:00
Pratik Naik
6a5d1c765f
Make sure :via works with mount
2012-08-20 10:25:23 -05:00
Jeremy Kemper
4d0e6db9ec
Add passing tests for generating URLs with nested SCRIPT_NAMEs
2012-05-07 14:53:57 -07:00
Aaron Patterson
9d0789c415
adding tests for #4029
2011-12-19 13:34:54 -08:00
José Valim
28cf77203b
Check if the routes object really responds to define_mount_prefix.
2010-12-09 13:15:25 +01:00
Santiago Pastorino
b451de0d6d
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00
José Valim
839362fa07
Make all AP tests pass for Ruby 1.9.1.
2010-03-12 11:50:45 +01:00
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