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
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-13
/
+13
*
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-10
/
+11
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-46
/
+46
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-15
/
+15
*
Add more info to insecure URL generation error
Derek Prior
2016-04-26
1
-1
/
+1
*
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-14
/
+0
|
\
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-14
/
+0
*
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-2
/
+2
*
|
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
[next]