Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-22 | Add first implementation of decode_www_form_18 | Stormwind | 1 | -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-22 | Add patch for URI decode_www_form | Stormwind | 1 | -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. |