Updating stable branch
[feedcatcher.git] / trunk / config / environments / test.rb
1 # Settings specified here will take precedence over those in config/environment.rb
2
3 # The test environment is used exclusively to run your application's
4 # test suite. You never need to work with it otherwise. Remember that
5 # your test database is "scratch space" for the test suite and is wiped
6 # and recreated between test runs. Don't rely on the data there!
7 config.cache_classes = true
8
9 # Log error messages when you accidentally call methods on nil.
10 config.whiny_nils = true
11
12 # Show full error reports and disable caching
13 config.action_controller.consider_all_requests_local = true
14 config.action_controller.perform_caching = false
15 config.action_view.cache_template_loading = true
16
17 # Disable request forgery protection in test environment
18 config.action_controller.allow_forgery_protection = false
19
20 # Tell Action Mailer not to deliver emails to the real world.
21 # The :test delivery method accumulates sent emails in the
22 # ActionMailer::Base.deliveries array.
23 config.action_mailer.delivery_method = :test
24
25 # Use SQL instead of Active Record's schema dumper when creating the test database.
26 # This is necessary if your schema can't be completely dumped by the schema dumper,
27 # like if you have constraints or database-specific column types
28 # config.active_record.schema_format = :sql