aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/uri/parse_query_string_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2012-12-22Add first implementation of decode_www_form_18Stormwind1-0/+8
Seperates now foo=bar&bar=foo;baz=foo queries. But does not fix url encoded strings and such things. Also added testcase for an empty query string.
2012-12-22Add patch for URI decode_www_formStormwind1-0/+111
Plus some specs. This should it make later possible to make Zero work with Ruby 1.8. But at the moment it only routes to the original decode_www_form method, if it exists. Otherwise it returns an empty Array. So this will still fail on the 1.8 versions at the moment.