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
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Merge pull request #29655 from kirs/frozen-friendly-ap-ar
Matthew Draper
2017-07-10
1
-1
/
+2
|
\
|
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
|
Allow mounting same engine under several locations
David Rodríguez
2017-07-05
1
-2
/
+2
|
/
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-18
/
+11
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
|
*
|
Merge pull request #29644 from wilson/unify-route-helper-visibility
Matthew Draper
2017-07-01
1
-18
/
+11
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Properly register "custom" URL helpers as named helpers.
Wilson Bilkovich
2017-06-30
1
-18
/
+10
|
|
/
*
/
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
1
-3
/
+3
|
/
*
Fix missing formats in route-set URLs
Jonathan del Strother
2017-06-23
1
-0
/
+2
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-5
/
+1
*
Merge pull request #28394 from shime/docs-action-dispatch
Xavier Noria
2017-03-22
1
-1
/
+1
|
\
|
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-1
/
+1
*
|
Always use original url_for when generating direct routes
Andrew White
2017-03-17
1
-1
/
+5
*
|
Add support for calling nested direct routes (#28462)
Andrew White
2017-03-17
1
-20
/
+12
*
|
Remove unnecessary params munging
Andrew White
2017-03-15
1
-2
/
+1
|
/
*
Remove unused params.
Jerry Tao
2017-02-26
1
-1
/
+1
*
Bump removal of `/:controller/:action` to Rails 5.2
Andrew White
2017-02-22
1
-2
/
+2
*
Split direct method into two
Andrew White
2017-02-21
1
-10
/
+4
*
Push option extract into call method
Andrew White
2017-02-21
1
-5
/
+4
*
Fix typo in exception message
Andrew White
2017-02-21
1
-1
/
+1
*
Prefer remove_method over undef_method
Andrew White
2017-02-21
1
-4
/
+4
*
Add custom polymorphic mapping
Andrew White
2017-02-21
1
-43
/
+63
*
Don't allocate a hash unnecessarily
Andrew White
2017-02-21
1
-1
/
+5
*
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
1
-0
/
+75
*
Wrap routes.url_helpers.url_for via a proxy
Andrew White
2017-02-21
1
-4
/
+21
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
1
-0
/
+6
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-5
/
+5
*
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-1
/
+0
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-1
/
+1
*
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
[next]