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
eileencodes 0eef12c0b3 Fix method signature of parse_query to match rack
Recently rack was changed to have a second argument on the `parse_query`
method (in rack/rack#781). Rails relies on this and it's `parse_query`
method was complaining about missing the second argument. I changed the
arguments to `*` so we don't have this issue in the future.
2015-04-06 08:30:32 -04:00
..
cache.rb Extract Date header to string constant in Http Response, similar to other headers 2015-01-14 12:37:58 +05:30
filter_parameters.rb "subhash" --> "sub-hash" 2014-04-19 04:03:43 +05:30
filter_redirect.rb nodoc filtered_location [ci skip] 2015-03-05 22:40:22 +05:30
headers.rb Use a frozen Set instance for CGI_VARIABLES. 2014-06-05 22:05:02 -04:00
mime_negotiation.rb Add ActiveSupport::ArrayInquirer and Array#inquiry 2015-03-24 13:33:01 -05:00
mime_type.rb fix method name in mime type example. Mime::Type.[] doesn't exist. [ci skip] 2015-02-23 22:38:33 +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 ParameterFilter shouldn't try to dup symbol keys 2014-12-13 15:34:59 -05:00
parameters.rb Remove deprecated ActionDispatch::Http::Parameters#symbolized_path_parameters 2015-01-04 11:58:41 -03:00
rack_cache.rb
request.rb Fix method signature of parse_query to match rack 2015-04-06 08:30:32 -04:00
response.rb Revert work arounds for upstream Ruby 2.2.0 kwargs bug 2015-03-05 17:39:22 +02:00
upload.rb always transcode the file to utf-8 2014-07-16 11:35:27 -07:00
url.rb Fix handling of empty X_FORWARDED_HOST header. 2015-03-20 20:32:30 +00:00