aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Its now possible to use match 'stuff' => 'what#stuff' instead of using the :t...David Heinemeier Hansson2009-12-201-3/+13
* :to => redirect() can take a String using 1.9-style interpolation or proc tha...Yehuda Katz2009-12-201-0/+21
* "new" and "edit" name routes always need to be prepend to theJoshua Peek2009-12-111-0/+14
* Check block arity passed to routes draw so you don't need to useJoshua Peek2009-12-091-1/+1
* Tack format onto resource routesJoshua Peek2009-12-081-3/+15
* Fix ambiguous access_token scoping exampleJoshua Peek2009-12-081-5/+5
* Routes added under resource collection should be prefixed withJoshua Peek2009-12-081-13/+4
* Fixed named prefix scope in resource member and collection actionsJoshua Peek2009-12-071-16/+6
* named_prefix doesn't join with "_"Joshua Peek2009-12-071-1/+1
* 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