Closed BryanDonovan closed 13 years ago
I guess my patch doesn't work after all.
Hey, I haven't really had any need to send additional parameters along with a DELETE request, so that's probably why it doesn't already do that :). I wonder if there is a limitation in the underlying curb library, because it seems like that patch should work. Send me a pull request with an associated test and I'd be happy to merge it.
Thanks. I'll get something together as soon as I can. I do believe there might be a limitation with curb. I didn't have time to investigate further so just switched (temporarily) to HTTParty.
I noticed the DELETE method doesn't allow extra params to be passed in. Maybe there's a good reason for this, but I've made the following change and it seems to work:
I've forked the project with this patch here: https://github.com/bdondo/curb-fu