about summary refs log tree commit homepage
path: root/test/rails/app-1.2.3/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rails/app-1.2.3/config/environment.rb')
-rw-r--r--test/rails/app-1.2.3/config/environment.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/rails/app-1.2.3/config/environment.rb b/test/rails/app-1.2.3/config/environment.rb
deleted file mode 100644
index e230a66..0000000
--- a/test/rails/app-1.2.3/config/environment.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- encoding: binary -*-
-
-unless defined? RAILS_GEM_VERSION
-  RAILS_GEM_VERSION = ENV['UNICORN_RAILS_VERSION'] # || '1.2.3'
-end
-
-# Bootstrap the Rails environment, frameworks, and default configuration
-require File.join(File.dirname(__FILE__), 'boot')
-
-Rails::Initializer.run do |config|
-  config.frameworks -= [ :action_web_service, :action_mailer ]
-  config.action_controller.session_store = :active_record_store
-end