mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
0eef12c0b3
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. |
||
---|---|---|
.. | ||
cache.rb | ||
filter_parameters.rb | ||
filter_redirect.rb | ||
headers.rb | ||
mime_negotiation.rb | ||
mime_type.rb | ||
mime_types.rb | ||
parameter_filter.rb | ||
parameters.rb | ||
rack_cache.rb | ||
request.rb | ||
response.rb | ||
upload.rb | ||
url.rb |