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
*
Cache url helpers module
Andrew White
2018-03-21
1
-1
/
+2
*
Rely on Rails::Command's help output.
Kasper Timm Hansen
2018-03-13
1
-26
/
+21
*
Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`
bogdanvlviv
2018-03-13
1
-41
/
+34
*
Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expanded
Kasper Timm Hansen
2018-03-11
1
-1
/
+10
|
\
|
*
Draw line of a route name to the end of row console on `rails routes --expanded`
bogdanvlviv
2018-03-05
1
-1
/
+10
*
|
Change doc for "polymorphic_path" in polymorphic_routes.rb
Mahmoud
2018-03-09
1
-2
/
+1
*
|
Quote string return values in doc examples [ci skip]
Andrew White
2018-03-08
1
-2
/
+2
*
|
Add example of maintaining context with `route_for`
Andrew White
2018-03-08
1
-0
/
+6
*
|
Express `ActionDispatch::Routing::UrlFor#route_for` as public api
bogdanvlviv
2018-03-07
1
-1
/
+13
|
/
*
`ConsoleFormatter` is no longer used as a class
Ryuta Kamizono
2018-03-02
1
-2
/
+2
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-37
/
+90
*
Avoid method_redefined warnings in RouteSet::NamedRouteCollection
utilum
2018-02-19
1
-2
/
+2
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
2
-6
/
+5
*
Unused core_ext
Akira Matsuda
2018-02-11
1
-1
/
+0
*
Make sure assert_recognizes can still find routes mounted after engines
Rafael Mendonça França
2018-02-09
1
-4
/
+6
*
Fix typos. Improve text_helper documentation.
James Lovejoy
2018-01-19
1
-3
/
+3
*
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
[next]