This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit dffc2e2b64c89fdb0303bd18eccc7351ed0a0a58
tree 71b9429a420c6c8dbb272e4a1236ede773c46b67
parent ea2545fd8dfcaafcf6eff58c0afe57c55e2c6317
tree 71b9429a420c6c8dbb272e4a1236ede773c46b67
parent ea2545fd8dfcaafcf6eff58c0afe57c55e2c6317
... |
... |
|
... |
... |
|
... |
... |
|












Um, isn’t that the wrong way round?
It should be: request_body = body.blank? ? body : encode
Actually, maybe not. I see that encode actually encodes all the attributes if body is blank. What if I want an empty post?