aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/general.yml-example2
-rw-r--r--config/initializers/missing_source_file.rb2
2 files changed, 1 insertions, 3 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index 1f126c5a5..8acea374b 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -416,7 +416,7 @@ READ_ONLY: ''
# STAGING_SITE: 0
#
# ---
-STAGING_SITE: 0
+STAGING_SITE: 1
# Recaptcha, for detecting humans. Get keys here:
# http://recaptcha.net/whyrecaptcha.html
diff --git a/config/initializers/missing_source_file.rb b/config/initializers/missing_source_file.rb
deleted file mode 100644
index a114fa972..000000000
--- a/config/initializers/missing_source_file.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-# For Rails 2.3 on Ruby 1.9.3 @see https://github.com/rails/rails/pull/3745
-MissingSourceFile::REGEXPS << [/^cannot load such file -- (.+)$/i, 1]