Commit aa5993df by Greg Price

Add newrelic_moped gem

This will hopefully give us more insight into mongo performance.
parent dbf2ffbc
......@@ -52,4 +52,5 @@ group :test do
end
gem 'newrelic_rpm'
gem 'newrelic_moped'
gem 'unicorn'
......@@ -98,6 +98,9 @@ GEM
tzinfo (~> 0.3.22)
moped (1.5.1)
multi_json (1.3.6)
newrelic_moped (0.0.6)
moped
newrelic_rpm (~> 3.6.0)
newrelic_rpm (3.6.8.164)
nokogiri (1.5.5)
origin (1.0.6)
......@@ -181,6 +184,7 @@ DEPENDENCIES
mongoid_magic_counter_cache!
mongoid_taggable_with_context!
moped (= 1.5.1)
newrelic_moped
newrelic_rpm
nokogiri
pry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment