diff --git a/Gemfile b/Gemfile index fa1a3f747..52f604d1a 100644 --- a/Gemfile +++ b/Gemfile @@ -67,6 +67,7 @@ gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails gem 'tinymce-rails' # Rich text editor gem 'base62' # Used for smart annotations +gem 'newrelic_rpm' group :development, :test do gem 'byebug' diff --git a/Gemfile.lock b/Gemfile.lock index 1a78ddef0..6fba8ae01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,6 +188,7 @@ GEM coffee-rails (>= 3.2.1) jquery-rails rails (>= 3.2.0) + newrelic_rpm (4.0.0.332) nokogiri (1.6.8) mini_portile2 (~> 2.1.0) pkg-config (~> 1.1.7) @@ -369,6 +370,7 @@ DEPENDENCIES minitest-reporters (~> 1.1) momentjs-rails (>= 2.9.0) nested_form_fields + newrelic_rpm nokogiri paperclip (~> 4.3) pg diff --git a/app/views/shared/_navigation.html.erb b/app/views/shared/_navigation.html.erb index 3b4e97f2d..2e78ef96c 100644 --- a/app/views/shared/_navigation.html.erb +++ b/app/views/shared/_navigation.html.erb @@ -197,18 +197,15 @@