rails/actionpack/lib/action_dispatch/journey
Joel Hawksley 2fc46f95a5
Tag HTTP::Request with route URI pattern (#47129)
In the GitHub RoR monolith, we output the route URI pattern
in an HTML meta tag in our application layout for analysis
purposes. However, our current implementation is quite manual.

This change adds an attribute to requests with the URI pattern
of the matched route.

Co-authored-by: Rafael Mendonça França <rafael@rubyonrails.org>
Co-authored-by: Kate Higa <khiga8@github.com>
2023-01-25 16:43:12 -05:00
..
gtg Reduce allocations and retentions in Journey TransitionTable 2021-08-03 14:15:53 +02:00
nfa Remove unused journey code 2020-04-25 00:40:37 +09:00
nodes [Temporal] Test railties using multiline Regex 2021-10-13 19:14:20 -04:00
path Refactor offsets method to avoid race condition 2022-03-21 11:08:21 +00:00
router Update actionpack/lib/action_dispatch/journey/router/utils.rb 2021-02-04 14:07:34 -03:00
visualizer Merge pull request #41919 from jbampton/fix-html-script-tag 2021-04-12 07:30:51 +09:00
formatter.rb cause rails to correctly place optional path parameters 2021-05-27 18:21:01 -07:00
parser_extras.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
parser.rb Build symbols descending from stars with regexp 2020-07-24 22:30:20 -04:00
parser.y Build symbols descending from stars with regexp 2020-07-24 22:30:20 -04:00
route.rb [Temporal] Test railties using multiline Regex 2021-10-13 19:14:20 -04:00
router.rb Tag HTTP::Request with route URI pattern (#47129) 2023-01-25 16:43:12 -05:00
routes.rb Add routes --unused option to detect extraneous routes. 2022-08-02 20:07:45 -05:00
scanner.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
visitors.rb cause rails to correctly place optional path parameters 2021-05-27 18:21:01 -07:00