Sha256: c9d8aee91b85e4e2f5086e29be45bd510e67ceef9dd9d4c29757e4c3a6bf9274

Contents?: true

Size: 549 Bytes

Versions: 225

Compression:

Stored size: 549 Bytes

Contents

# -*- encoding: binary -*-

unless defined? RAILS_GEM_VERSION
  RAILS_GEM_VERSION = ENV['UNICORN_RAILS_VERSION']
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
  config.action_controller.session = {
    :session_key => "_unicorn_rails_test.#{rand}",
    :secret => "#{rand}#{rand}#{rand}#{rand}",
  }
end

Version data entries

225 entries across 75 versions & 6 rubygems

Version Path
giraffesoft-unicorn-0.93.6 test/rails/app-2.0.2/config/environment.rb
giraffesoft-unicorn-0.93.5 test/rails/app-2.0.2/config/environment.rb
giraffesoft-unicorn-0.93.5 test/rails/app-2.2.2/config/environment.rb
giraffesoft-unicorn-0.93.5 test/rails/app-2.1.2/config/environment.rb
unicorn-0.93.5 test/rails/app-2.1.2/config/environment.rb
unicorn-0.93.5 test/rails/app-2.0.2/config/environment.rb
unicorn-0.93.5 test/rails/app-2.2.2/config/environment.rb
unicorn-0.93.4 test/rails/app-2.0.2/config/environment.rb
unicorn-0.93.4 test/rails/app-2.1.2/config/environment.rb
unicorn-0.93.4 test/rails/app-2.2.2/config/environment.rb
unicorn-0.93.3 test/rails/app-2.2.2/config/environment.rb
unicorn-0.93.3 test/rails/app-2.0.2/config/environment.rb
unicorn-0.93.3 test/rails/app-2.1.2/config/environment.rb
unicorn-0.93.2 test/rails/app-2.1.2/config/environment.rb
unicorn-0.93.2 test/rails/app-2.2.2/config/environment.rb
unicorn-0.93.2 test/rails/app-2.0.2/config/environment.rb
unicorn-0.93.1 test/rails/app-2.0.2/config/environment.rb
unicorn-0.93.1 test/rails/app-2.1.2/config/environment.rb
unicorn-0.93.1 test/rails/app-2.2.2/config/environment.rb
unicorn-0.93.0 test/rails/app-2.1.2/config/environment.rb