Support Airbrake account

This commit is contained in:
Vladimir Sharshov 2011-09-29 17:24:33 +04:00
parent ef8dd8f7f6
commit f3d32273d8
4 changed files with 9 additions and 10 deletions

View File

@ -46,7 +46,7 @@ gem "capistrano"
gem "capistrano-ext"
gem "will_paginate", "~> 3.0.pre2"
gem 'factory_girl_rails'
gem "hoptoad_notifier", "~> 2.3"
gem "airbrake"
gem "russian"
gem "grit"
gem 'unicorn'

View File

@ -28,6 +28,9 @@ GEM
activemodel (= 3.0.5)
activesupport (= 3.0.5)
activesupport (3.0.5)
airbrake (3.0.4)
activesupport
builder
arel (2.0.9)
bcrypt-ruby (2.1.4)
builder (2.1.2)
@ -66,9 +69,6 @@ GEM
haml (~> 3.0)
railties (~> 3.0)
highline (1.6.1)
hoptoad_notifier (2.4.6)
activesupport
builder
hpricot (0.8.4)
i18n (0.5.0)
jammit (0.6.0)
@ -146,6 +146,7 @@ PLATFORMS
ruby
DEPENDENCIES
airbrake
capistrano
capistrano-ext
compass (>= 0.10.6)
@ -155,7 +156,6 @@ DEPENDENCIES
grit
haml (>= 3.0.0)
haml-rails
hoptoad_notifier (~> 2.3)
hpricot
jammit
paperclip (~> 2.3)

View File

@ -8,6 +8,7 @@ set :rvm_type, :user
require 'bundler/capistrano'
# main details
ssh_options[:forward_agent] = true
set :application, "rosa_build"
set :user, "rosa_build"
@ -26,7 +27,7 @@ ssh_options[:auth_methods] = %w(publickey password)
set :use_sudo, false
set :repository, "git@github.com:evilmartians/rosa-build.git"
set :branch, "master"
set :branch, "test_master"
set :git_shallow_clone, 1
set :keep_releases, 3
@ -83,4 +84,5 @@ namespace :deploy do
end
end
require 'hoptoad_notifier/capistrano'
require './config/boot'
require 'airbrake/capistrano'

View File

@ -1,3 +0,0 @@
HoptoadNotifier.configure do |config|
config.api_key = '935538a0dedb9e56947e27269285299e'
end