changelog shortlog tags changeset manifest revisions annotate raw

config/environments/test.rb

changeset 0: 3a81b06fdea8
author: moriq@dev.moriq.com
date: Tue Mar 04 23:55:22 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: create mercurial repos for rails-2.0.2 project.
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!
7config.cache_classes = true
8
9# Log error messages when you accidentally call methods on nil.
10config.whiny_nils = true
11
12# Show full error reports and disable caching
13config.action_controller.consider_all_requests_local = true
14config.action_controller.perform_caching = false
15
16# Disable request forgery protection in test environment
17config.action_controller.allow_forgery_protection = false
18
19# Tell ActionMailer not to deliver emails to the real world.
20# The :test delivery method accumulates sent emails in the
21# ActionMailer::Base.deliveries array.
22config.action_mailer.delivery_method = :test