Sha256: 6fcb289896363717c0e93b72cce0324610e0eccc19626c15515e5c238df0a3a3

Contents?: true

Size: 538 Bytes

Versions: 33

Compression:

Stored size: 538 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

33 entries across 33 versions & 8 rubygems

Version Path
auser-poolparty-1.3.0 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.1 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.10 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.11 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.12 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.13 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.14 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.15 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.16 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.17 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.2 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.3 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.4 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.5 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.6 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.7 vendor/gems/shoulda/test/rails_root/config/environment.rb
auser-poolparty-1.3.8 vendor/gems/shoulda/test/rails_root/config/environment.rb
fairchild-poolparty-1.3.17 vendor/gems/shoulda/test/rails_root/config/environment.rb
fairchild-poolparty-1.3.5 vendor/gems/shoulda/test/rails_root/config/environment.rb
iGEL-shoulda-2.10.2 test/rails_root/config/environment.rb