commit b2da1d3dd252d8bd2bc04fc4323ee79ec7cd348e Author: Jim Myhrberg Date: Thu Apr 5 08:49:44 2012 -0700 Created gh-pages branch via GitHub diff --git a/index.html b/index.html new file mode 100644 index 0000000..906763a --- /dev/null +++ b/index.html @@ -0,0 +1,78 @@ + + + + + + Airbrake-statsd by jimeh + + + + + + + +
+
+

Airbrake-statsd

+

Extends the Airbrake gem to also report exceptions Esty's Statsd statistics aggregator.

+

View the Project on GitHub jimeh/airbrake-statsd

+ +
+
+

Installation

+ +

Add this to your Gemfile:

+ +
+
gem 'airbrake-statsd'
+
+
+ + +

Usage

+ +

It's assumed you know what both Airbrake and StatsD are before attempting to +use this gem. If you don't, come back when you do know :)

+ +

All that's needed is to require airbrake-statsd and call +Airbrake::Statsd.configure and Airbrake notifications will automatically be +sent to StatsD and Airbrake.

+ +
+
require 'airbrake'
+require 'airbrake-statsd'
+
+Airbrake::Statsd.configure do |config|
+  config.host = 'my-statsd-server'
+  config.port = 8125
+  config.namespace = 'my_awesome_app'
+end
+
+Airbrake.notify({})
+
+
+ + +

Credit & Thanks

+ +

License and Copyright

+ +

Released under the MIT license. Copyright (c) 2012 Jim Myhrberg & Global Personals, Ltd.

+
+
+

This project is maintained by jimeh

+

Hosted on GitHub Pages — Theme by orderedlist

+
+
+ + + \ No newline at end of file diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 0000000..87a40ca --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i