diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-05-12 16:19:38 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-06-25 15:17:30 +0100 |
commit | 8d052d925a69a857f52bc41512eb853a767714f5 (patch) | |
tree | 0cdf2495b5270aeb8dace3216464c5ee56441e35 /config/environments/development.rb | |
parent | 89700f017d193fc4c50f712132ad05a5294d3181 (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.rb | 2 |
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 |