Sha256: fd9a66732db88e852288626aeb77b801355502467940df1454b5a2627dabe056

Contents?: true

Size: 857 Bytes

Versions: 13

Compression:

Stored size: 857 Bytes

Contents

# Settings specified here will take precedence over those in config/environment.rb

# The test environment is used exclusively to run your application's
# test suite.  You never need to work with it otherwise.  Remember that
# your test database is "scratch space" for the test suite and is wiped
# and recreated between test runs.  Don't rely on the data there!
config.cache_classes = true

# Log error messages when you accidentally call methods on nil.
config.whiny_nils    = true

# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.action_controller.perform_caching             = false

# Tell ActionMailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
parlement-0.10 config/environments/test.rb
parlement-0.11 config/environments/test.rb
parlement-0.12 config/environments/test.rb
parlement-0.13 config/environments/test.rb
parlement-0.14 config/environments/test.rb
parlement-0.17 config/environments/test.rb
parlement-0.3 config/environments/test.rb
parlement-0.4 config/environments/test.rb
parlement-0.5 config/environments/test.rb
parlement-0.6 config/environments/test.rb
parlement-0.7 config/environments/test.rb
parlement-0.8 config/environments/test.rb
parlement-0.9 config/environments/test.rb