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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Converge on filter.
Kasper Timm Hansen
2016-02-01
1
-5
/
+4
*
Simplify filter normalization.
Kasper Timm Hansen
2016-02-01
1
-5
/
+3
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-15
/
+19
*
Fix marking of custom routes for Journey
Andrew White
2016-01-20
1
-14
/
+20
*
Revert "Remove literal? check to fix issue with prefixed optionals"
eileencodes
2016-01-20
1
-1
/
+1
*
Remove literal? check to fix issue with prefixed optionals
eileencodes
2016-01-16
1
-1
/
+1
*
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-7
/
+18
*
Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-root
Kasper Timm Hansen
2016-01-07
1
-21
/
+21
|
\
|
*
Kept overridden root method and removed original method
Prathamesh Sonpatki
2016-01-07
1
-21
/
+21
*
|
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-2
/
+11
*
|
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
1
-1
/
+4
|
\
\
|
*
|
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-1
/
+4
|
|
/
*
/
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
1
-2
/
+4
|
/
*
Merge pull request #22373 from yui-knk/ad_constraints
Yves Senn
2015-11-30
1
-1
/
+1
|
\
|
*
Add `Routing` namespace to point appropriate constant
yui-knk
2015-11-22
1
-1
/
+1
*
|
Brush up errors of `ActionDispatch::Routing::Mapper#mount`
yui-knk
2015-11-28
1
-6
/
+9
|
/
*
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
*
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-1
/
+0
*
Merge pull request #21849 from yui-knk/refactor_regexp_to_string
Andrew White
2015-10-12
1
-4
/
+0
|
\
|
*
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
1
-4
/
+0
*
|
Allow multiple `root` routes in same scope level
Rafael Sales
2015-10-10
1
-2
/
+3
*
|
Fix mounted engine named routes regression
Matthew Erhard
2015-10-07
2
-2
/
+7
*
|
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
tanmay3011
2015-10-06
2
-2
/
+2
|
/
*
`url_for` does not modify polymorphic options
Bernerd Schaefer
2015-09-04
1
-1
/
+2
*
Remove not used requires
Marcin Olichwirowicz
2015-09-01
1
-3
/
+1
*
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
2
-7
/
+25
*
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
2
-5
/
+1
*
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
*
set route precedence at allocation time
Aaron Patterson
2015-08-20
1
-2
/
+2
*
make the routes reader private
Aaron Patterson
2015-08-18
1
-0
/
+1
*
don't touch internals
Aaron Patterson
2015-08-18
1
-1
/
+1
*
drop array allocations when building paths
Aaron Patterson
2015-08-18
1
-8
/
+6
*
use the strategy pattern to match request verbs
Aaron Patterson
2015-08-17
1
-10
/
+1
*
switch Route constructors and pass in the regexp
Aaron Patterson
2015-08-17
1
-9
/
+15
*
introduce an alternate constructor for Route objects
Aaron Patterson
2015-08-17
1
-1
/
+1
*
default pattern to use a joined string
Aaron Patterson
2015-08-17
1
-1
/
+3
*
move route allocation to a factory method on the mapping object
Aaron Patterson
2015-08-15
1
-0
/
+12
*
only process `via` once
Aaron Patterson
2015-08-15
1
-5
/
+3
*
only keep one hash of named routes
Aaron Patterson
2015-08-14
1
-1
/
+2
[next]