enable newrelic
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -29,9 +29,9 @@ gem 'rmagick', :require => "RMagick"
|
|||||||
gem 'daemons'
|
gem 'daemons'
|
||||||
gem 'net-ssh'
|
gem 'net-ssh'
|
||||||
gem 'net-sftp'
|
gem 'net-sftp'
|
||||||
|
gem 'newrelic_rpm'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'newrelic_rpm'
|
|
||||||
gem 'ruby-prof'
|
gem 'ruby-prof'
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
gem 'awesome_print'
|
gem 'awesome_print'
|
||||||
|
|||||||
@@ -216,8 +216,8 @@ test:
|
|||||||
# incurring any user-visible performance degradation.
|
# incurring any user-visible performance degradation.
|
||||||
production:
|
production:
|
||||||
<<: *default_settings
|
<<: *default_settings
|
||||||
monitor_mode: false
|
monitor_mode: true
|
||||||
developer_mode: true
|
developer_mode: false
|
||||||
|
|
||||||
# Many applications have a staging environment which behaves
|
# Many applications have a staging environment which behaves
|
||||||
# identically to production. Support for that environment is provided
|
# identically to production. Support for that environment is provided
|
||||||
|
|||||||
Reference in New Issue
Block a user