aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-15 11:58:41 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-15 11:58:41 +1100
commit64cb99eee83273cc9c70fa9094b75dc300026c84 (patch)
treef35a3ab786d8bc3eb5fe5c72277034de427f7407 /config/environments/development.rb
parent759ce4d275f4c08a913f77822a88a096c54df94d (diff)
Oops. ssl configuration should be in production environment
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 04680f17c..c43cdb049 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -27,5 +27,3 @@ config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
# unintentionally kept references to objects, especially strings.
# require 'memory_profiler'
# MemoryProfiler.start :string_debug => true, :delay => 10
-
-config.middleware.insert_after ActionController::Failsafe, "Rack::SSL" if ::Configuration::force_ssl