Skip to content

Commit 73ffc08

Browse files
committed
Remove Airbrake code from project
1 parent d526da8 commit 73ffc08

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

Gemfile

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ gem 'remotipart'
2323
gem 'jquery-rails'
2424
gem 'enumerize'
2525

26-
# Making the world a better, more stable place
27-
gem 'airbrake'
28-
2926
# Gems used only for assets and not required
3027
# in production environments by default.
3128
group :assets do

app/views/layouts/application.html.erb

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<%= stylesheet_link_tag "application", :media => "all" %>
88
<%= favicon_link_tag %>
99
<%= javascript_include_tag "application" %>
10-
<%= airbrake_javascript_notifier %>
1110
<%= yield :javascript_includes %>
1211

1312
<%= csrf_meta_tags %>

config/initializers/errbit.rb

-10
This file was deleted.

0 commit comments

Comments
 (0)