Joined October 2011
·

Pablo Cantero

Software Developer at Spree Commerce
·
São Paulo, Brasil
·
·
·

Posted to Testing applications webhooks locally over 1 year ago

Check http://requestb.in too. They don't recycle URLs so the hooks should always be your hooks

Also PutsReq which allows you to forward requests to localhost, besides tracking requests and responses.

Might be more efficient if you:

Topic.collection.update({},
                        { '$unset' => { type: 1 } },
                        multi: true)

Awesome, thanks for sharing!

Achievements
148 Karma
0 Total ProTip Views