diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-29 12:30:15 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-12-03 10:54:33 +0000 |
commit | 2720064fc7978b922e373a5fc69029eaff8efc6d (patch) | |
tree | 00e4efa14c3d57427f986c3a0cc8c936f25af804 | |
parent | aa9c6b15d3a021709ad5f7b3b653ca914a8c40b8 (diff) |
Revert "Silence deprecation warnings."
This reverts commit 084cc9574c254cc0af2de4cd615fa99a5be8bc83.
-rw-r--r-- | Rakefile | 1 | ||||
-rw-r--r-- | config/environment.rb | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -2,7 +2,6 @@ # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) -ActiveSupport::Deprecation.silenced = true require 'rake' Alaveteli::Application.load_tasks if Rails.env == 'test' diff --git a/config/environment.rb b/config/environment.rb index 05f25a29e..196680b23 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,7 +1,5 @@ - # Load the rails application require File.expand_path('../application', __FILE__) -ActiveSupport::Deprecation.silenced = true # Initialize the rails application Alaveteli::Application.initialize! |