diff options
author | francis <francis> | 2009-09-10 14:59:35 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-10 14:59:35 +0000 |
commit | 06ecd4c50128144109c164c8fd946dc595ce6a20 (patch) | |
tree | 18f2018251ba586ccf4592bad70a86f130cc9cae /config/environments/development.rb | |
parent | fc13621a1109ffa29ceef393d3e4a719138a66fb (diff) |
Constants must be caps
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r-- | config/environments/development.rb | 4 |
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 + + |