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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing requires for require 'action_dispatch/routing'
Andrew White
2014-05-15
1
-0
/
+1
*
Update documentation to use Rails.application instead
Marcel Morgan
2014-04-13
1
-1
/
+1
*
Dry-up ActionDispatch::Routing autoloads
Genadi Samokovarov
2013-06-04
1
-5
/
+7
*
The HTTP method helpers are preferred over match and should be explained befo...
Trevor Turk
2013-03-18
1
-28
/
+16
*
The default route has been removed
Trevor Turk
2013-03-18
1
-24
/
+0
*
Using match without via is deprecated
Trevor Turk
2013-03-18
1
-12
/
+12
*
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-4
/
+0
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-24
/
+24
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-0
/
+7
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-6
/
+9
*
Fixing some double quotes that should be single quotes
Carol Nichols
2012-01-29
1
-2
/
+2
*
Clean up routes inclusion and add some comments for the next soul that decide...
José Valim
2012-01-03
1
-5
/
+0
*
Remove autoload for non-existent file.
Uģis Ozols
2011-12-15
1
-1
/
+0
*
Also change the default route comment
Wen-Tien Chang
2011-06-16
1
-1
/
+1
*
added some fixed fonts
Sebastian Martinez
2011-05-09
1
-3
/
+3
*
add cross-references and documentation for scope
Jonathan Dance + Gabriel Horner
2011-01-28
1
-0
/
+12
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+0
*
Move RoutesProxy to separate file
Piotr Sarnacki
2010-09-03
1
-0
/
+1
*
Rework the routing documentation.
Joost Baaij
2010-08-28
1
-22
/
+75
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-4
/
+4
*
correct typos in Routing examples
Mislav Marohnić
2010-07-22
1
-3
/
+3
*
Moved PolymorphicRoutes to ActionDispatch::Routing
Piotr Sarnacki
2010-07-20
1
-2
/
+2
*
Removed deprecated |map| block argument from routing docs since it is no long...
Steven Hancock
2010-07-11
1
-1
/
+1
*
API Docs: Fixes to the Routing docs
Rohit Arondekar
2010-07-07
1
-6
/
+4
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-1
/
+1
*
Use h1 for titles.
Rizwan Reza
2010-06-21
1
-1
/
+1
*
Remove routing implementation details from RDoc
Andrew White
2010-03-31
1
-3
/
+3
*
Update routing documentation to the new way of specifying HTTP method restric...
Andrew White
2010-03-31
1
-9
/
+21
*
Another missing require
wycats
2010-03-16
1
-0
/
+1
*
Final pass at removing the router from a global constant
Carlhuda
2010-02-25
1
-1
/
+0
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-0
/
+1
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-0
/
+1
*
Make rdoc match current API
Sam Ruby
2010-02-02
1
-105
/
+47
*
Merge docrails
Pratik Naik
2010-01-17
1
-3
/
+4
*
Move controller namespace tracking into route set so it gets
Joshua Peek
2009-12-02
1
-41
/
+0
*
Simply track controller namespaces instead of a complete list of
Joshua Peek
2009-12-01
1
-43
/
+16
*
Privatize Routing.possible_controllers and fix brittle url helper
Joshua Peek
2009-11-23
1
-33
/
+33
*
Find all controllers in memory to use for routing
Joshua Peek
2009-11-23
1
-7
/
+12
*
with_controllers is no longer used
Joshua Peek
2009-11-23
1
-11
/
+0
*
Extract Routing.controller_constraints
Joshua Peek
2009-11-23
1
-0
/
+4
*
Kill dead routing internals helpers
Joshua Peek
2009-11-23
1
-26
/
+0
*
Don't really care about reloading routes when inflections are
Joshua Peek
2009-11-23
1
-11
/
+0
*
Consolidate Object#to_param and #to_query core extensions
Jeremy Kemper
2009-11-02
1
-3
/
+1
*
Restore `rake routes` [#3402 state:resolved]
Joshua Peek
2009-10-24
1
-0
/
+1
*
New routing dsl
Joshua Peek
2009-10-20
1
-0
/
+1
*
Group together all the old routing dsl logic
Joshua Peek
2009-10-20
1
-1
/
+1
*
Move Routing into AD
Joshua Peek
2009-10-20
1
-0
/
+381