aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow name_prefix to be pass into scopeJoshua Peek2009-12-071-8/+4
* Allow scope to take :path and :controller optionsJoshua Peek2009-12-071-1/+1
* Fix some nested resource generation testsJoshua Peek2009-11-291-6/+2
* Add basic nested named route support to new routing dsl. Also add aJoshua Peek2009-11-191-0/+52
* Ruby 1.9: work around constant resolution behavior change :(Jeremy Kemper2009-11-041-2/+2
* Fix simple resource named routes for new routing dslJoshua Peek2009-11-031-6/+19
* Some more generation testsJoshua Peek2009-10-271-1/+4
* Extract routing controller stub helper into abstract unitJoshua Peek2009-10-271-79/+66
* Enable named route testsJoshua Peek2009-10-271-114/+166
* Start migrating AC routing tests into dispatch folderJoshua Peek2009-10-271-0/+336