Commit 5e2e2dd3
Changed files (4)
config/environments/development.rb
@@ -45,6 +45,5 @@ Cake::Application.configure do
Bullet.console = true
#Bullet.growl = true
Bullet.rails_logger = true
- Bullet.airbrake = true
end
end
config/deploy.rb
@@ -39,4 +39,3 @@ set :ssh_options, {:forward_agent => true}
after "deploy", "deploy:cleanup" # remove old releases
require './config/boot'
-require 'airbrake/capistrano'
Gemfile
@@ -24,7 +24,6 @@ gem 'delayed_job_active_record', "~> 4.0.0"
gem 'daemons', '~> 1.1.9'
gem 'jquery-fileupload-rails', '~> 0.4.1'
gem 'dotenv-rails'
-gem 'airbrake'
gem 'geocoder', '~> 1.1.9'
gem 'pg'
gem 'asset_sync', '~> 1.0.0'
Gemfile.lock
@@ -27,9 +27,6 @@ GEM
tzinfo (~> 0.3.37)
acts-as-taggable-on (2.4.1)
rails (>= 3, < 5)
- airbrake (3.1.16)
- builder
- multi_json
arel (4.0.2)
asset_sync (1.0.0)
activemodel
@@ -286,7 +283,6 @@ PLATFORMS
DEPENDENCIES
acts-as-taggable-on (~> 2.4.1)
- airbrake
asset_sync (~> 1.0.0)
better_errors
binding_of_caller