Add optional StatsD performance tracking
This commit is contained in:
parent
7cfd5b680a
commit
306eb6e9c9
7 changed files with 43 additions and 4 deletions
|
@ -370,6 +370,7 @@ GEM
|
|||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
statsd-instrument (2.1.2)
|
||||
temple (0.7.7)
|
||||
term-ansicolor (1.4.0)
|
||||
tins (~> 1.0)
|
||||
|
@ -463,6 +464,7 @@ DEPENDENCIES
|
|||
simple-navigation
|
||||
simple_form
|
||||
simplecov
|
||||
statsd-instrument
|
||||
uglifier (>= 1.3.0)
|
||||
webmock
|
||||
will_paginate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue