index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add routing tests from #1945
Nicholas Seckar
2005-09-18
1
-2
/
+55
*
Add a routing test case covering #2101
Nicholas Seckar
2005-09-18
1
-1
/
+12
*
Add ability to specify Route Regexps for controllers. Closes #1917.
Nicholas Seckar
2005-09-11
1
-0
/
+38
*
Provide Named Route's hash methods as helper methods. Closes #1744.
Nicholas Seckar
2005-09-11
1
-0
/
+6
*
Fixed construction of get parameters for arrays
Nicholas Seckar
2005-07-18
1
-31
/
+31
*
Fix assert_routing with nested controllers. Closes #1582 and #1386.
Nicholas Seckar
2005-07-15
1
-22
/
+1
*
Add RouteSet#named_route so that RouteSet instance methods do not shadow avai...
Nicholas Seckar
2005-07-14
1
-0
/
+12
*
Provide correct defaults for Named Routes which do not specify :action
Nicholas Seckar
2005-07-14
1
-0
/
+27
*
Generate URLs for :action => index when :action => nil is supplied.
Nicholas Seckar
2005-07-14
1
-4
/
+38
*
Named routes should not provide nil values to url_for. Includes factoring and...
Nicholas Seckar
2005-07-13
1
-0
/
+36
*
Routes now raise an exception if a path component is misconfigured.
Nicholas Seckar
2005-07-08
1
-0
/
+14
*
Fix routes to generate proper URLs when given Fixnum defaults
Nicholas Seckar
2005-07-08
1
-0
/
+22
*
Enable routes to recognize uppercase controller names. Closes #1635
Nicholas Seckar
2005-07-07
1
-0
/
+12
*
Properly unescape recognized path components. Fixes #1651.
Nicholas Seckar
2005-07-07
1
-0
/
+11
*
Fixed that named routes didn't use the default values for action and possible...
David Heinemeier Hansson
2005-07-07
1
-1
/
+11
*
Fixed routing snafu
David Heinemeier Hansson
2005-07-06
1
-2
/
+2
*
Fixed routing regression on index exception
David Heinemeier Hansson
2005-07-05
1
-1
/
+5
*
Routing fix
Jamis Buck
2005-07-05
1
-0
/
+11
*
Fixed routing bug #1592
David Heinemeier Hansson
2005-07-03
1
-0
/
+3
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
1
-47
/
+47
*
Routes fail with leading slash #1540 [Nicholas Seckar]
Jamis Buck
2005-06-28
1
-0
/
+5
*
Don't ignore :controller for urls made inside a controller module #1526 [Nich...
David Heinemeier Hansson
2005-06-27
1
-0
/
+7
*
Make named routes work without hashes #1523 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-27
1
-0
/
+6
*
Eliminate a "string literal in condition" warning from some routes
Jamis Buck
2005-06-25
1
-0
/
+12
*
Fix problem with symbol/string mismatch on some routes
Jamis Buck
2005-06-24
1
-0
/
+7
*
Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...
David Heinemeier Hansson
2005-06-24
1
-458
/
+562
*
Include Routing tests in rake run #1287
David Heinemeier Hansson
2005-06-21
1
-0
/
+543