Sha256: f245d19fa0ff39f7ce958aea0f67f5f0d150f566dbb62991b5d405332dc43333
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
# Template to get Hoptoad on Tennpipes # prereqs: # sudo gem install rack_hoptoad # http://github.com/atmos/rack_hoptoad HOPTOAD = <<-HOPTOAD app.use Rack::Hoptoad, 'API_KEY_HERE' do |notifier| #notifier.report_under << 'custom' #notifier.environment_filters << %w(MY_SECRET_KEY MY_SECRET_TOKEN) end HOPTOAD require_dependencies 'rack_hoptoad', :require => 'rack/hoptoad' initializer :hoptoad,HOPTOAD inject_into_file destination_root('/app/app.rb')," enable :raise_errors\n", :after => "configure do\n"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tennpipes-init-3.6.6 | test/fixtures/plugin_template.rb |