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
...
*
|
|
|
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
*
|
|
Add custom polymorphic mapping
Andrew White
2017-02-21
3
-56
/
+141
*
|
|
Don't allocate a hash unnecessarily
Andrew White
2017-02-21
2
-2
/
+6
*
|
|
Only accept symbols and strings for Mapper#direct
Andrew White
2017-02-21
1
-1
/
+6
*
|
|
Rename url_helper to direct
Andrew White
2017-02-21
1
-7
/
+7
*
|
|
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
2
-0
/
+116
*
|
|
Wrap routes.url_helpers.url_for via a proxy
Andrew White
2017-02-21
1
-4
/
+21
*
|
|
Merge pull request #27647 from Shopify/fully-eagerload-journey
Rafael França
2017-01-30
1
-0
/
+6
|
\
\
\
|
*
|
|
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
1
-0
/
+6
*
|
|
|
Add examples for behaviour about redirection with and without options. Fixes ...
Vipul A M
2017-01-21
1
-0
/
+8
*
|
|
|
Add missing require
David Heinemeier Hansson
2017-01-16
1
-0
/
+1
|
/
/
/
*
|
|
Remove deprecated ActionController::Metal.call
Rafael Mendonça França
2017-01-03
1
-9
/
+7
[prev]
[next]