1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/journey
Terence Sun b9c63b0aae Explicitly ignored wildcard verbs from head_routes
In match_head_routes, deleted the routes in which request.request_method was empty (matches all HTTP verbs) when responding to a HEAD request. This prevents catch-all routes (such as Racks) from intercepting the HEAD request.

Fixes #18698
2015-02-08 12:03:56 -05:00
..
gtg Remove some comments about Ruby 1.9 behaviors 2015-01-04 15:55:28 -03:00
nfa remove unused #generalized_table 2014-12-05 16:09:03 +03:00
nodes use a parser to extract the group parts from the path 2014-05-29 14:57:48 -07:00
path Merge pull request #17827 from rkh/rkh-fix-or-pattern 2014-12-01 07:55:29 -08:00
router Force encoding of US-ASCII to UTF-8 in unescape_uri. 2014-07-10 10:02:11 +01:00
visualizer CSS fix for the router visualizer 2014-11-25 18:46:01 +01:00
backwards.rb
formatter.rb Remove deprecated option use_route in controller tests 2015-01-04 11:58:41 -03:00
parser.rb Using no_result_var in Journey's parser generator 2014-08-03 15:23:56 -07:00
parser.y Using no_result_var in Journey's parser generator 2014-08-03 15:23:56 -07:00
parser_extras.rb update AD::Journey to follow Rails coding conventions 2012-12-20 15:42:39 -05:00
route.rb remove unused #optional_parts 2014-12-05 16:21:17 +03:00
router.rb Explicitly ignored wildcard verbs from head_routes 2015-02-08 12:03:56 -05:00
routes.rb Clear named routes when routes.rb is reloaded 2013-07-21 17:11:52 +01:00
scanner.rb Use #tr instead of #gsub 2014-10-14 22:32:23 +02:00
visitors.rb reuse path formatter from the non-optimized path. 2014-05-21 14:27:30 -07:00