aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-11-29 12:30:15 +0000
committerMark Longair <mhl@pobox.com>2013-12-03 10:54:33 +0000
commit2720064fc7978b922e373a5fc69029eaff8efc6d (patch)
tree00e4efa14c3d57427f986c3a0cc8c936f25af804
parentaa9c6b15d3a021709ad5f7b3b653ca914a8c40b8 (diff)
Revert "Silence deprecation warnings."
This reverts commit 084cc9574c254cc0af2de4cd615fa99a5be8bc83.
-rw-r--r--Rakefile1
-rw-r--r--config/environment.rb2
2 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index e134250fa..5fa2a360d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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!