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
*
Fix optimized url helpers when using relative url root
Andrew White
2017-11-28
1
-0
/
+10
*
Fix CustomUrls#direct doc formatting
T.J. Schuck
2017-11-22
1
-6
/
+6
*
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-1
/
+1
*
Merge pull request #22435 from yui-knk/fix_engine_route_test
Rafael Mendonça França
2017-11-06
3
-6
/
+15
|
\
|
*
Make `assert_recognizes` to traverse mounted engines
yui-knk
2016-04-23
3
-6
/
+15
*
|
Improve docs of ActionDispatch::Routing::Mapper
bogdanvlviv
2017-11-03
1
-4
/
+14
*
|
Change the deprecation horizon of the dynamic routes segment to 6.0
Rafael Mendonça França
2017-10-23
1
-2
/
+2
*
|
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
3
-7
/
+7
*
|
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
1
-1
/
+2
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-08-26
1
-1
/
+1
|
\
\
|
*
|
[ci skip] Fix a typo
yui-knk
2017-08-18
1
-1
/
+1
*
|
|
Use tt in doc for ActionPack [ci skip]
Yoshiyuki Hirano
2017-08-26
2
-4
/
+4
*
|
|
fix typo in ambiguous route definition error message
Zoran Pesic
2017-08-18
1
-1
/
+1
|
/
/
*
|
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
6
-0
/
+12
*
|
Fix regression from multiple mountpoint support
David Rodríguez
2017-07-24
2
-1
/
+27
*
|
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
2
-0
/
+2
*
|
Merge pull request #29655 from kirs/frozen-friendly-ap-ar
Matthew Draper
2017-07-10
2
-2
/
+4
|
\
\
|
*
|
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
2
-2
/
+4
*
|
|
Allow mounting same engine under several locations
David Rodríguez
2017-07-05
3
-10
/
+20
|
/
/
*
|
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
8
-8
/
+0
|
*
|
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
8
-0
/
+8
|
|
\
\
|
|
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
8
-0
/
+8
|
*
|
|
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
3
-7
/
+7
|
/
/
*
|
Fix missing formats in route-set URLs
Jonathan del Strother
2017-06-23
1
-0
/
+2
*
|
Fix typo on error message when route definition is ambiguous.
André Luis Leal Cardoso Junior
2017-06-03
1
-1
/
+1
*
|
Fix formatting of `direct` and `resolve` doc [ci skip]
yuuji.yaginuma
2017-06-03
1
-14
/
+14
*
|
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-2
/
+3
*
|
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
2
-15
/
+4
*
|
Use more specific check for :format in route path
Andrew White
2017-04-18
1
-1
/
+2
*
|
Merge pull request #28394 from shime/docs-action-dispatch
Xavier Noria
2017-03-22
5
-31
/
+31
|
\
\
|
*
|
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
5
-31
/
+31
*
|
|
Always use original url_for when generating direct routes
Andrew White
2017-03-17
2
-1
/
+9
*
|
|
Add support for calling nested direct routes (#28462)
Andrew White
2017-03-17
3
-24
/
+20
*
|
|
Remove unnecessary params munging
Andrew White
2017-03-15
1
-2
/
+1
|
/
/
*
|
Fix `direct` with params example [ci skip]
yuuji.yaginuma
2017-03-06
1
-1
/
+1
*
|
Remove unused params.
Jerry Tao
2017-02-26
2
-2
/
+2
*
|
Commit flash changes when using a redirect route.
Andrew White
2017-02-25
1
-0
/
+2
*
|
[ci skip] Fix more quotes in direct/resolve docs
Andrew White
2017-02-23
1
-3
/
+3
*
|
Clarify use of params in `direct`
Andrew White
2017-02-22
1
-0
/
+9
*
|
Bump removal of `/:controller/:action` to Rails 5.2
Andrew White
2017-02-22
1
-2
/
+2
*
|
[ci skip] Fix direct/resolve documentation.
Kasper Timm Hansen
2017-02-21
1
-11
/
+11
*
|
Split direct method into two
Andrew White
2017-02-21
2
-49
/
+56
*
|
Push option extract into call method
Andrew White
2017-02-21
2
-8
/
+7
*
|
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
*
|
Support mapping of non-model classes
Andrew White
2017-02-21
1
-3
/
+10
*
|
Raise an error if `direct` is inside a scope block
Andrew White
2017-02-21
1
-3
/
+14
[next]