0
0
zero/spec
Gibheer 603dce8628 add request method override for browsers
Browsers are not able to send put, delete or any other request from a
plain html form. This limits the possibilities with APIs so an override
was introduced in many frameworks in the form, that `_method` could be
defined in a post payload.
With this, zero also supports `_method` in the post payload to make it
possible to use all functions of the API with javascript through plain
html.
2013-08-14 08:12:39 +02:00
..
fixtures/templates reworked the renderer 2013-02-27 22:27:02 +01:00
unit/zero add request method override for browsers 2013-08-14 08:12:39 +02:00
spec_helper.rb use new api of class_options 2013-01-28 15:49:53 +01:00