aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorfrancis <francis>2009-09-10 14:59:35 +0000
committerfrancis <francis>2009-09-10 14:59:35 +0000
commit06ecd4c50128144109c164c8fd946dc595ce6a20 (patch)
tree18f2018251ba586ccf4592bad70a86f130cc9cae /config/environments/development.rb
parentfc13621a1109ffa29ceef393d3e4a719138a66fb (diff)
Constants must be caps
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 1cf3222b5..6f2531dfa 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -17,3 +17,7 @@ config.action_view.debug_rjs = true
config.action_mailer.raise_delivery_errors = false
config.action_mailer.delivery_method = :sendmail # so is queued, rather than giving immediate errors
+require 'memory_profiler'
+MemoryProfiler.start :string_debug => true, :delay => 10
+
+