We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d526da8 commit 73ffc08Copy full SHA for 73ffc08
Gemfile
@@ -23,9 +23,6 @@ gem 'remotipart'
23
gem 'jquery-rails'
24
gem 'enumerize'
25
26
-# Making the world a better, more stable place
27
-gem 'airbrake'
28
-
29
# Gems used only for assets and not required
30
# in production environments by default.
31
group :assets do
app/views/layouts/application.html.erb
@@ -7,7 +7,6 @@
7
<%= stylesheet_link_tag "application", :media => "all" %>
8
<%= favicon_link_tag %>
9
<%= javascript_include_tag "application" %>
10
- <%= airbrake_javascript_notifier %>
11
<%= yield :javascript_includes %>
12
13
<%= csrf_meta_tags %>
config/initializers/errbit.rb
0 commit comments