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
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+2
*
Replace `loop` to `until`
Molchanov Andrey
2016-05-07
1
-2
/
+1
*
Add more info to insecure URL generation error
Derek Prior
2016-04-26
2
-2
/
+2
*
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
3
-16
/
+6
|
\
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
3
-16
/
+6
*
|
Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route...
Jeremy Daer
2016-04-19
1
-2
/
+1
|
\
\
|
*
|
Do not destructively mutate passed options hash in route definitions
Sam Davies
2016-03-03
1
-2
/
+1
*
|
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
2
-3
/
+3
|
/
/
*
|
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
*
|
[ci skip] Replace usage of rake routes with rails routes
Abhishek Jain
2016-02-25
1
-1
/
+1
*
|
Add `internal` attribute to routes
Jon Moss
2016-02-22
2
-2
/
+4
|
/
*
Use a URL instead of an URL everywhere
Abhishek Jain
2016-02-15
2
-2
/
+2
*
Fixes routes to match verbs and path with -g option
Abhishek Jain
2016-02-11
1
-2
/
+3
*
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
[next]