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/http
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
..
cache.rb Change Http::Cache::SPECIAL_KEYS from Array to Set 2014-06-15 22:26:15 +03:00
filter_parameters.rb "subhash" --> "sub-hash" 2014-04-19 04:03:43 +05:30
filter_redirect.rb only ask for the location filters once 2014-01-31 12:00:54 -08:00
headers.rb Use a frozen Set instance for CGI_VARIABLES. 2014-06-05 22:05:02 -04:00
mime_negotiation.rb Upgraded rack 2014-05-19 00:03:08 +03:00
mime_type.rb [ci skip]Correct variables in the sample code 2014-09-10 22:20:26 +09:00
mime_types.rb Add Mime::Type.register "text/vcard", :vcf to the default list of mime types 2013-12-05 15:49:06 -08:00
parameter_filter.rb oops, forgot the default parameter 2012-10-18 18:03:09 -07:00
parameters.rb Merge pull request #13999 from jamox/update_rack 2014-07-08 11:46:56 -07:00
rack_cache.rb
request.rb Rescue Rack::Utils::ParameterTypeError instead of TypeError 2014-09-13 16:54:20 -07:00
response.rb Add support for Rack::ContentLength middelware 2014-09-06 12:33:29 -04:00
upload.rb always transcode the file to utf-8 2014-07-16 11:35:27 -07:00
url.rb Realign assignments ✂️ 2014-07-31 13:24:17 -03:00