enable newrelic

This commit is contained in:
albert 2013-02-18 21:03:53 -05:00
parent e3ddafa265
commit aebddd82e5
2 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ gem 'rmagick', :require => "RMagick"
gem 'daemons'
gem 'net-ssh'
gem 'net-sftp'
gem 'newrelic_rpm'
group :development do
gem 'newrelic_rpm'
gem 'ruby-prof'
gem 'pry'
gem 'awesome_print'

View File

@ -216,8 +216,8 @@ test:
# incurring any user-visible performance degradation.
production:
<<: *default_settings
monitor_mode: false
developer_mode: true
monitor_mode: true
developer_mode: false
# Many applications have a staging environment which behaves
# identically to production. Support for that environment is provided