Skip to content

Instantly share code, notes, and snippets.

# =============================================================
# REQUIREMENTS
# =============================================================
# - Heroku toolbelt installed in your system
# - A heroku remote named `staging`.
# - A heroku remote named `production`.
# =============================================================
namespace :h do
# -------------------------------------------------------------
@robustdj
robustdj / .rspec
Created May 1, 2012 21:35
RSpec Formatter Documentation with instant stack traces upon failure
--colour
--backtrace
--require ./spec/support/documentation_instafail_formatter.rb
--format DocumentationInstafail
@turtlebender
turtlebender / logstash-collector.upstart
Created February 13, 2012 13:45
Logstash upstart files
description "logstash collector server"
start on runlevel [2345]
stop on runlevel [06]
# tell upstart we're creating a daemon
# upstart manages PID creation for you.
expect fork
script