Joseph Ruscio
Joseph Ruscio
uses the new `/play rollout` support in Campfire /cc @mheffner @lucky
First wanted to say this looks like a cool project and thank you for the @librato support! If there's anything we can do on our side to help out, let...
Many metric systems support the concept of correlating one-time or aperiodic events against their metrics, commonly as vertical lines overlaid on a line chart (e.g. [Librato Annotations](http://blog.librato.com/posts/2012/09/annotations)) An example of...
something like: ``` ruby def assert_valid_json(response, msg = nil) full_message = build_message(msg, "response should be valid JSON") assert_block(full_message) do parsable = begin JSON.parse last_response.body true rescue JSON::ParserError false end parsable...
Rather than searching for generic data elements `addon` and `app`, namespace to avoid any potential collision e.g. `data-heroku-app`.