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
*
Niceify the dynamic routes deprecation messages
Jon Atack
2016-03-03
1
-2
/
+8
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-0
/
+9
*
Use a URL instead of an URL everywhere
Abhishek Jain
2016-02-15
1
-1
/
+1
*
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-2
/
+11
*
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
1
-2
/
+4
*
Remove arity check for `RouteSet#draw`
yui-knk
2015-11-21
1
-4
/
+0
*
remove unnecessary forwardable require
Timo Schilling
2015-10-21
1
-1
/
+0
*
Fix mounted engine named routes regression
Matthew Erhard
2015-10-07
1
-2
/
+6
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
1
-4
/
+6
*
adding a direct dispatch method to controller classes
Aaron Patterson
2015-08-25
1
-1
/
+1
*
always dispatch to controllers the same way
Aaron Patterson
2015-08-25
1
-2
/
+16
*
always return a controller class from the `controller_class` method
Aaron Patterson
2015-08-25
1
-3
/
+1
*
pull up dispatcher allocation
Aaron Patterson
2015-08-24
1
-4
/
+0
*
directly ask the request for the controller class
Aaron Patterson
2015-08-24
1
-6
/
+1
*
remove useless ivar
Aaron Patterson
2015-08-24
1
-2
/
+1
*
remove setter for the dispatcher class
Aaron Patterson
2015-08-24
1
-2
/
+2
*
use a custom request class to determine the controller class
Aaron Patterson
2015-08-24
1
-2
/
+7
*
Remove unused block arguments
deepj
2015-08-23
1
-2
/
+2
*
Fix Railties test failure for asset routes
eileencodes
2015-08-22
1
-1
/
+5
*
Refactor to remove controller class from route to request
eileencodes
2015-08-22
1
-40
/
+8
*
Remove unnecessary caching
eileencodes
2015-08-21
1
-5
/
+1
*
make the routes reader private
Aaron Patterson
2015-08-18
1
-0
/
+1
*
only keep one hash of named routes
Aaron Patterson
2015-08-14
1
-1
/
+2
*
rm add_route2
Aaron Patterson
2015-08-14
1
-1
/
+1
*
pass pass the mapping object down the add_route stack
Aaron Patterson
2015-08-14
1
-47
/
+1
*
pass the mapping object to build_route
Aaron Patterson
2015-08-14
1
-5
/
+5
*
pass the path ast down
Aaron Patterson
2015-08-14
1
-3
/
+2
*
stop adding path_info to the conditions hash
Aaron Patterson
2015-08-14
1
-1
/
+0
*
`build_path` doesn't need the path variable anymore
Aaron Patterson
2015-08-13
1
-2
/
+2
*
remove Strexp
Aaron Patterson
2015-08-13
1
-7
/
+1
*
pass anchor directly to `Pattern`
Aaron Patterson
2015-08-13
1
-3
/
+2
*
we already have access to the AST, so just use it
Aaron Patterson
2015-08-13
1
-3
/
+3
*
remove default arguments that aren't used
Aaron Patterson
2015-08-13
1
-1
/
+1
*
Remove wrong comment
Rafael Mendonça França
2015-08-09
1
-1
/
+0
*
Remove the conditional since it is done in the method
Rafael Mendonça França
2015-08-09
1
-4
/
+4
*
Execute the block when the controller doesn't exist
Rafael Mendonça França
2015-08-09
1
-0
/
+1
*
stop calling `scope` internally
Aaron Patterson
2015-08-08
1
-6
/
+1
*
remove useless conditional
Aaron Patterson
2015-08-08
1
-1
/
+1
*
eliminate assignment in conditional
Aaron Patterson
2015-08-08
1
-1
/
+3
*
Remove `defaults` hash from `Dispatcher`
Aaron Patterson
2015-08-08
1
-7
/
+7
*
Merge pull request #21167 from AaronLasseigne/use_each_key
Kasper Timm Hansen
2015-08-08
1
-1
/
+1
|
\
|
*
replace each with each_key when only the key is needed
Aaron Lasseigne
2015-08-08
1
-1
/
+1
*
|
Allow a custom dispatcher to be provided to routing.
Xavier Shay
2015-08-07
1
-2
/
+3
*
|
Move `controller_reference` and `controller_class_names` to protected
Xavier Shay
2015-08-07
1
-2
/
+6
*
|
the request class is never changed, so just use it directly in the method body
Aaron Patterson
2015-08-07
1
-3
/
+3
|
/
*
Merge pull request #21061 from yui-knk/refactor/route_set
Rafael Mendonça França
2015-08-06
1
-4
/
+2
|
\
|
*
Remove duplicated `Array#to_param`
yui-knk
2015-08-01
1
-4
/
+2
*
|
Use #start_with? and #[] for speed
Benjamin Quorning
2015-08-02
1
-2
/
+2
*
|
Avoid hash duplication by skipping mutation
schneems
2015-07-30
1
-2
/
+2
*
|
Only allocate new string when needed
schneems
2015-07-30
1
-1
/
+7
[next]