Sha256: 7a48843804633ddc37384176f9c316b2d763ed4cc884fb75f4c30caf43f31e01

Contents?: true

Size: 539 Bytes

Versions: 5

Compression:

Stored size: 539 Bytes

Contents

# Specifies gem version of Rails to use when vendor/rails is not present
old_verbose, $VERBOSE = $VERBOSE, nil
RAILS_GEM_VERSION = '>= 2.3.2' unless defined? RAILS_GEM_VERSION
$VERBOSE = old_verbose

require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
  config.log_level = :debug
  config.cache_classes = false
  config.whiny_nils = true
  config.action_controller.session = {
    :key    => 'shoulda_session',
    :secret => 'ceae6058a816b1446e09ce90d8372511'
  }
end

# Dependencies.log_activity = true

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
robert-shoulda-2.10.4 test/rails_root/config/environment.rb
robert-shoulda-2.10.3 test/rails_root/config/environment.rb
simply_stated-0.0.5 vendor/gems/ruby/1.8/gems/shoulda-2.10.3/test/rails_root/config/environment.rb
simply_stated-0.0.4 vendor/gems/ruby/1.8/gems/shoulda-2.10.3/test/rails_root/config/environment.rb
shoulda-2.10.3 test/rails_root/config/environment.rb