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
/
lib
/
action_controller
/
routing.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't let arbitrary classes match as controllers
Nicholas Seckar
2006-02-04
1
-1
/
+2
*
Fix Routing tests. Fix routing where failing to match a controller would prev...
Nicholas Seckar
2006-02-04
1
-4
/
+3
*
fixed small bug in routing which caused the traverse_to_controller mechanism ...
Tobias Lütke
2006-02-04
1
-1
/
+1
*
Remove unneeded logging
Nicholas Seckar
2006-02-04
1
-4
/
+1
*
Fix controller resolution to avoid accidentally inheriting a controller from ...
Nicholas Seckar
2006-02-04
1
-2
/
+6
*
Remove LoadingModule
Nicholas Seckar
2006-02-03
1
-7
/
+19
*
Initialize @optional in routing code to avoid warnings
Nicholas Seckar
2005-11-22
1
-0
/
+1
*
Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....
David Heinemeier Hansson
2005-09-17
1
-1
/
+1
*
Add ability to specify Route Regexps for controllers. Closes #1917.
Nicholas Seckar
2005-09-11
1
-1
/
+8
*
Provide Named Route's hash methods as helper methods. Closes #1744.
Nicholas Seckar
2005-09-11
1
-1
/
+4
*
Fix routing to handle :some_param => nil better
Nicholas Seckar
2005-08-26
1
-3
/
+11
*
Fixed construction of get parameters for arrays
Nicholas Seckar
2005-07-18
1
-8
/
+2
*
Add RouteSet#named_route so that RouteSet instance methods do not shadow avai...
Nicholas Seckar
2005-07-14
1
-4
/
+12
*
Provide correct defaults for Named Routes which do not specify :action
Nicholas Seckar
2005-07-14
1
-3
/
+10
*
Generate URLs for :action => index when :action => nil is supplied.
Nicholas Seckar
2005-07-14
1
-4
/
+13
*
Named routes should not provide nil values to url_for. Includes factoring and...
Nicholas Seckar
2005-07-13
1
-5
/
+18
*
Routes now raise an exception if a path component is misconfigured.
Nicholas Seckar
2005-07-08
1
-3
/
+7
*
Fix routes to generate proper URLs when given Fixnum defaults
Nicholas Seckar
2005-07-08
1
-1
/
+1
*
Allow RouteSet#recognition_failed to be used to handle unknown URL forwarding
Nicholas Seckar
2005-07-07
1
-1
/
+1
*
Enable routes to recognize uppercase controller names. Closes #1635
Nicholas Seckar
2005-07-07
1
-1
/
+1
*
Properly unescape recognized path components. Fixes #1651.
Nicholas Seckar
2005-07-07
1
-1
/
+4
*
Fixed that named routes didn't use the default values for action and possible...
David Heinemeier Hansson
2005-07-07
1
-2
/
+3
*
Fixed routing snafu
David Heinemeier Hansson
2005-07-06
1
-0
/
+1
*
Made documentation ready for release (AP)
David Heinemeier Hansson
2005-07-06
1
-10
/
+9
*
Fixed routing regression on index exception
David Heinemeier Hansson
2005-07-05
1
-0
/
+1
*
Routing fix
Jamis Buck
2005-07-05
1
-2
/
+2
*
Backed out of #1694 as it broke requests that hit the cache with wrong argume...
David Heinemeier Hansson
2005-07-05
1
-24
/
+12
*
Fixed recognize bug introduced with #1694
David Heinemeier Hansson
2005-07-05
1
-1
/
+1
*
r2840@asus: jeremy | 2005-07-05 00:42:27 -0700
Jeremy Kemper
2005-07-05
1
-12
/
+24
*
Fixed routing bug #1592
David Heinemeier Hansson
2005-07-03
1
-0
/
+2
*
A bit more routes refactoring and test
David Heinemeier Hansson
2005-06-29
1
-0
/
+4
*
Routes fail with leading slash #1540 [Nicholas Seckar]
Jamis Buck
2005-06-28
1
-0
/
+1
*
Badly applied patch fix
David Heinemeier Hansson
2005-06-28
1
-2
/
+2
*
This patch modifies RouteSet#write_generation and RouteSet#write_recognition ...
David Heinemeier Hansson
2005-06-28
1
-1
/
+8
*
Don't ignore :controller for urls made inside a controller module #1526 [Nich...
David Heinemeier Hansson
2005-06-27
1
-2
/
+4
*
Make named routes work without hashes #1523 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-27
1
-1
/
+1
*
Fixed routing bug
David Heinemeier Hansson
2005-06-27
1
-1
/
+1
*
Dont use evals in backtraces #1513
David Heinemeier Hansson
2005-06-27
1
-6
/
+8
*
Added testing of named routes #1506 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-26
1
-1
/
+1
*
RoutingError should show 404.html when in public #1503 [Ulysses]
Jamis Buck
2005-06-25
1
-4
/
+5
*
Fix routes generation for unit tests. #1434
Jeremy Kemper
2005-06-24
1
-1
/
+9
*
Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...
David Heinemeier Hansson
2005-06-24
1
-272
/
+508
*
Fixed that *rest parameter in map.connect couldn't accept an empty list #1037...
David Heinemeier Hansson
2005-04-13
1
-1
/
+5
*
Fixed that in some circumstances controllers outside of modules may have hidd...
David Heinemeier Hansson
2005-04-10
1
-1
/
+1
*
Improved error reporting especially around never shallowing exceptions. Debug...
David Heinemeier Hansson
2005-03-23
1
-1
/
+1
*
Fixed documentation and prepared for 0.11.0 release
David Heinemeier Hansson
2005-03-22
1
-1
/
+1
*
Routes: *path items should use arrays #883
David Heinemeier Hansson
2005-03-21
1
-3
/
+11
*
Routes: Convert results of #to_param to strings #879
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Added to_param call for parameters when composing an url using url_for from s...
David Heinemeier Hansson
2005-03-20
1
-2
/
+7
*
Added path collection syntax for Routes that will gobble up the rest of the u...
David Heinemeier Hansson
2005-03-20
1
-3
/
+24
[prev]
[next]