Sha256: 70580b39a6c8537379b29be87f64e4e3b1d9e6b63d40dde3aedda024b39006d8

Contents?: true

Size: 781 Bytes

Versions: 10

Compression:

Stored size: 781 Bytes

Contents

# Be sure to restart your server when you modify this file

# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|

  config.time_zone = 'UTC'

  config.action_controller.session = {
    :session_key => '_es_session',
    :secret      => 'b9327c7967925fb36f8901e43f47e0a3e8fc7856ae1b4533ddeda776381548f9ac051721446fdbc4ccc88c7353124708e73d8b0950a30487571d8f8eb5b24732'
  }

end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
bmabey-email_spec-0.3.2 examples/rails_root/config/environment.rb
bmabey-email_spec-0.3.3 examples/rails_root/config/environment.rb
bmabey-email_spec-0.3.4 examples/rails_root/config/environment.rb
email_spec-0.5.0 examples/rails_root/config/environment.rb
email_spec-0.4.0 examples/rails_root/config/environment.rb
email_spec-0.3.8 examples/rails_root/config/environment.rb
email_spec-0.3.7 examples/rails_root/config/environment.rb
email_spec-0.3.6 examples/rails_root/config/environment.rb
glennr-email_spec-0.3.5 examples/rails_root/config/environment.rb
email_spec-0.3.5 examples/rails_root/config/environment.rb