aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add routing tests from #1945Nicholas Seckar2005-09-181-2/+55
* Add a routing test case covering #2101Nicholas Seckar2005-09-181-1/+12
* Add ability to specify Route Regexps for controllers. Closes #1917.Nicholas Seckar2005-09-111-0/+38
* Provide Named Route's hash methods as helper methods. Closes #1744.Nicholas Seckar2005-09-111-0/+6
* Fixed construction of get parameters for arraysNicholas Seckar2005-07-181-31/+31
* Fix assert_routing with nested controllers. Closes #1582 and #1386.Nicholas Seckar2005-07-151-22/+1
* Add RouteSet#named_route so that RouteSet instance methods do not shadow avai...Nicholas Seckar2005-07-141-0/+12
* Provide correct defaults for Named Routes which do not specify :actionNicholas Seckar2005-07-141-0/+27
* Generate URLs for :action => index when :action => nil is supplied.Nicholas Seckar2005-07-141-4/+38
* Named routes should not provide nil values to url_for. Includes factoring and...Nicholas Seckar2005-07-131-0/+36
* Routes now raise an exception if a path component is misconfigured.Nicholas Seckar2005-07-081-0/+14
* Fix routes to generate proper URLs when given Fixnum defaultsNicholas Seckar2005-07-081-0/+22
* Enable routes to recognize uppercase controller names. Closes #1635Nicholas Seckar2005-07-071-0/+12
* Properly unescape recognized path components. Fixes #1651.Nicholas Seckar2005-07-071-0/+11
* Fixed that named routes didn't use the default values for action and possible...David Heinemeier Hansson2005-07-071-1/+11
* Fixed routing snafuDavid Heinemeier Hansson2005-07-061-2/+2
* Fixed routing regression on index exceptionDavid Heinemeier Hansson2005-07-051-1/+5
* Routing fixJamis Buck2005-07-051-0/+11
* Fixed routing bug #1592David Heinemeier Hansson2005-07-031-0/+3
* r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700Jeremy Kemper2005-06-291-47/+47
* Routes fail with leading slash #1540 [Nicholas Seckar]Jamis Buck2005-06-281-0/+5
* Don't ignore :controller for urls made inside a controller module #1526 [Nich...David Heinemeier Hansson2005-06-271-0/+7
* Make named routes work without hashes #1523 [Nicholas Seckar]David Heinemeier Hansson2005-06-271-0/+6
* Eliminate a "string literal in condition" warning from some routesJamis Buck2005-06-251-0/+12
* Fix problem with symbol/string mismatch on some routesJamis Buck2005-06-241-0/+7
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...David Heinemeier Hansson2005-06-241-458/+562
* Include Routing tests in rake run #1287David Heinemeier Hansson2005-06-211-0/+543