Sha256: d9ef3412178e3a1ab241ed2ea880f76c7c289976c18de9058ae27c9ec7dbedd6

Contents?: true

Size: 412 Bytes

Versions: 60

Compression:

Stored size: 412 Bytes

Contents

# Specifies gem version of Rails to use when vendor/rails is not present
old_verbose, $VERBOSE = $VERBOSE, nil
RAILS_GEM_VERSION = '>= 2.1.0' 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
end

# Dependencies.log_activity = true

Version data entries

60 entries across 60 versions & 13 rubygems

Version Path
thoughtbot-clearance-0.3.3 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/environment.rb
thoughtbot-clearance-0.3.4 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/environment.rb
thoughtbot-shoulda-2.0.0 test/rails_root/config/environment.rb
thoughtbot-shoulda-2.0.1 test/rails_root/config/environment.rb
thoughtbot-shoulda-2.0.2 test/rails_root/config/environment.rb
thoughtbot-shoulda-2.0.3 test/rails_root/config/environment.rb
thoughtbot-shoulda-2.0.4 test/rails_root/config/environment.rb
thoughtbot-shoulda-2.0.5 test/rails_root/config/environment.rb
thoughtbot-shoulda-2.0.6 test/rails_root/config/environment.rb
thoughtbot-shoulda-2.9.0 test/rails_root/config/environment.rb
thoughtbot-shoulda-2.9.1 test/rails_root/config/environment.rb
shoulda-2.0.0 test/rails_root/config/environment.rb
shoulda-2.0.1 test/rails_root/config/environment.rb
shoulda-2.0.2 test/rails_root/config/environment.rb
shoulda-2.0.3 test/rails_root/config/environment.rb
shoulda-2.0.4 test/rails_root/config/environment.rb
shoulda-2.0.5 test/rails_root/config/environment.rb
shoulda-2.0.6 test/rails_root/config/environment.rb
shoulda-2.9.0 test/rails_root/config/environment.rb
shoulda-2.9.1 test/rails_root/config/environment.rb