rails/actionpack/test/journey
Adrianna Chang 2401b336fb
Use expected casing for x-cascade headers in router
This commit changes the router to use the expected casing for the
x-cascade header: in Rack 2, this is mixed-case, and in Rack 3, this is
lower case.

This also fixes https://github.com/rails/rails/issues/47096.
2023-07-28 16:17:08 -04:00
..
gtg actionpack: Improve performance by allowing routes with custom regexes in the FSM. 2021-01-06 09:54:44 +11:00
nodes Allow multiline to be passed in routes when using wildcards. 2021-10-13 19:14:20 -04:00
path Introduce Journey::Ast to avoid extra ast walks 2021-07-29 16:23:11 -04:00
route/definition Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
router Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
route_test.rb Restore the behavior of journey root node methods 2021-08-12 09:51:38 -04:00
router_test.rb Use expected casing for x-cascade headers in router 2023-07-28 16:17:08 -04:00
routes_test.rb actionpack: Improve performance by allowing routes with custom regexes in the FSM. 2021-01-06 09:54:44 +11:00