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_dispatch
/
routing
/
route_set.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow named routes to be debugged.
José Valim
2010-01-06
1
-23
/
+20
*
Remove deprecated formatted named routes
José Valim
2010-01-04
1
-8
/
+0
*
rack-mount 0.4
Joshua Peek
2009-12-26
1
-1
/
+1
*
Shift more responsibility from application class to its singleton instance. T...
Jeremy Kemper
2009-12-23
1
-1
/
+1
*
Less annoying RoutingError message
Joshua Peek
2009-12-21
1
-2
/
+2
*
Move route reloading into railties
Joshua Peek
2009-12-14
1
-88
/
+21
*
Fix loading plugin and engine route sets
Joshua Peek
2009-12-14
1
-5
/
+20
*
Use rackmounts recognize api and don't piggyback recognize_path on
Joshua Peek
2009-12-11
1
-20
/
+29
*
Remove fancy method not allowed resource exceptions since they are
Joshua Peek
2009-12-11
1
-23
/
+1
*
Kill RouteSet#recognize
Joshua Peek
2009-12-10
1
-12
/
+0
*
Cleanup generate_extras build/parse mess
Joshua Peek
2009-12-10
1
-9
/
+3
*
Check block arity passed to routes draw so you don't need to use
Joshua Peek
2009-12-09
1
-1
/
+8
*
Use to_query in route query string generation
Joshua Peek
2009-12-02
1
-24
/
+1
*
Move controller namespace tracking into route set so it gets
Joshua Peek
2009-12-02
1
-2
/
+34
*
Stop escaping "[]" in query string
Joshua Peek
2009-12-02
1
-3
/
+1
*
Fork rack build nested query to support to_param
Joshua Peek
2009-12-02
1
-2
/
+43
*
Simply track controller namespaces instead of a complete list of
Joshua Peek
2009-12-01
1
-4
/
+6
*
Make recognize try to constantize controller to see if it exists
Joshua Peek
2009-12-01
1
-0
/
+3
*
Find all controllers in memory to use for routing
Joshua Peek
2009-11-23
1
-1
/
+3
*
Update routing for rackmount 0.2 api changes
Joshua Peek
2009-11-19
1
-54
/
+11
*
Remove rackmount const usage
Joshua Peek
2009-11-12
1
-1
/
+1
*
Ruby 1.9: don't assume params are US-ASCII. Hands off the encoding.
Jeremy Kemper
2009-11-04
1
-1
/
+6
*
Restore `rake routes` [#3402 state:resolved]
Joshua Peek
2009-10-24
1
-8
/
+3
*
New routing dsl
Joshua Peek
2009-10-20
1
-2
/
+2
*
Group together all the old routing dsl logic
Joshua Peek
2009-10-20
1
-204
/
+2
*
Move Routing into AD
Joshua Peek
2009-10-20
1
-0
/
+699
[prev]