Sha256: c212adadea1f20a2f34a27df54363d6b3e5ed133b68f2592f724851cea1dd81c

Contents?: true

Size: 393 Bytes

Versions: 19

Compression:

Stored size: 393 Bytes

Contents

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
unicorn-0.91.0 test/rails/app-1.2.3/config/environment.rb
unicorn-0.90.0 test/rails/app-1.2.3/config/environment.rb
unicorn-0.8.4 test/rails/app-1.2.3/config/environment.rb
unicorn-0.8.2 test/rails/app-1.2.3/config/environment.rb
unicorn-0.8.3 test/rails/app-1.2.3/config/environment.rb
unicorn-0.9.0 test/rails/app-1.2.3/config/environment.rb
unicorn-0.9.1 test/rails/app-1.2.3/config/environment.rb
unicorn-0.9.2 test/rails/app-1.2.3/config/environment.rb
unicorn-0.4.2 test/rails/app-1.2.3/config/environment.rb
unicorn-0.5.0 test/rails/app-1.2.3/config/environment.rb
unicorn-0.6.0 test/rails/app-1.2.3/config/environment.rb
unicorn-0.7.0 test/rails/app-1.2.3/config/environment.rb
unicorn-0.8.0 test/rails/app-1.2.3/config/environment.rb
unicorn-0.8.1 test/rails/app-1.2.3/config/environment.rb
unicorn-0.7.1 test/rails/app-1.2.3/config/environment.rb
unicorn-0.5.3 test/rails/app-1.2.3/config/environment.rb
unicorn-0.5.1 test/rails/app-1.2.3/config/environment.rb
unicorn-0.5.2 test/rails/app-1.2.3/config/environment.rb
unicorn-0.5.4 test/rails/app-1.2.3/config/environment.rb