August 2011
9 posts
2 tags
SCANDYBARS →
I wish I hadn’t seen this an hour before lunch … via @nerdcore
2 tags
If there was ever any doubt... →
… about how awesome skateboarding is as a sport …
5 tags
Net HTTP debug output to console with HTTParty
I found this handy tip in the httparty docs, if you want more info on whats going on during some REST request you can get some debug output during a test run or whatnot by adding this to your HTTParty enabled class …
debug_output $stderr
So your class might look like:
require "httparty"
class AwesomeRestThing
include HTTParty
debug_output $stderr
def do_something
end
end
3 tags
2 tags
2 tags
Dogs in Motion | Fubiz™ →
I love dogs and I’m laughing hard at this …
4 tags
This week I am mostly addicted to...
… the webkit javascript debugger … #indispensable
4 tags
Textmate tips →
Some that everyone knows … but a few I’d never seen … cool!