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
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
..
http Extract Date header to string constant in Http Response, similar to other headers 2015-01-14 12:37:58 +05:30
journey Explicitly ignored wildcard verbs from head_routes 2015-02-08 12:03:56 -05:00
middleware Merge pull request #18721 from sj26/pre-discard-flash 2015-02-01 08:58:11 -08:00
request Don't convert empty arrays to nils when deep munging params 2014-12-15 14:51:07 +00:00
routing RouteSet should not be listed in the public API [ci skip] 2015-02-03 11:52:09 -07:00
testing Merge pull request #18771 from kirs/deprecate-xhr 2015-02-05 18:27:47 -02:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb Add configuration option to optionally disable deep_munge 2013-12-05 12:08:34 +01:00
routing.rb Add missing requires for require 'action_dispatch/routing' 2014-05-15 06:03:23 +01:00