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
Yuki Nishijima 75eaefcc2f Rescue Rack::Utils::ParameterTypeError instead of TypeError
As of rack/rack@167b648023, Rack raises
Rack::Utils::ParameterTypeError which inherits TypeError.

In terms of the behavior, Rescuing TypeError still works but this
method shouldn't rescue if TypeError is raised for other reasons.
2014-09-13 16:54:20 -07:00
..
http Rescue Rack::Utils::ParameterTypeError instead of TypeError 2014-09-13 16:54:20 -07:00
journey Avoid duplicating routes for HEAD requests. 2014-08-21 16:35:39 +08:00
middleware Don't rescue IPAddr::InvalidAddressError 2014-08-29 09:05:31 +02:00
request Log which keys were set to nil in deep_munge 2014-01-28 20:29:38 +01:00
routing Allow polymorphic routes with nil when a route can still be drawn 2014-08-31 11:39:46 -05:00
testing Remove extra 'has been' from deprecation warning about asserting selectors 2014-09-09 11:08:18 +05:30
journey.rb
railtie.rb
routing.rb Add missing requires for require 'action_dispatch/routing' 2014-05-15 06:03:23 +01:00