Skip to content

Instantly share code, notes, and snippets.

@nanodeath
Created January 16, 2010 02:21
Show Gist options
  • Save nanodeath/278601 to your computer and use it in GitHub Desktop.
Save nanodeath/278601 to your computer and use it in GitHub Desktop.
Servers restarted
Ruby console for *.heroku.com
>> Typhoeus::Request.get("https://mail.google.com/").code
=> 200
>> Typhoeus::Request.get("https://mail.google.com/").code
=> 0
>> Typhoeus::VERSION
=> "0.1.14"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment