aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-05-12 16:19:38 +0100
committerLouise Crow <louise.crow@gmail.com>2015-06-25 15:17:30 +0100
commit8d052d925a69a857f52bc41512eb853a767714f5 (patch)
tree0cdf2495b5270aeb8dace3216464c5ee56441e35 /config/environments/development.rb
parent89700f017d193fc4c50f712132ad05a5294d3181 (diff)
Add deprecation notice for ruby 1.8.7add-deprecation-notice
Not in an initializer to avoid any risk of popping up in mail handling contexts.
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 39bd98da1..9a85bf84b 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -32,7 +32,7 @@ Alaveteli::Application.configure do
# MemoryProfiler.start :string_debug => true, :delay => 10
# Print deprecation notices to the Rails logger
- config.active_support.deprecation = :log
+ config.active_support.deprecation = :stderr
# Do not compress assets
config.assets.compress = false