0
0
zero/lib
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
..
zero add request method override for browsers 2013-08-14 08:12:39 +02:00
zero.rb drop 1.8 support and add 2.0 2013-07-29 08:45:15 +02:00