Project

General

Profile

« Previous | Next » 

Revision 05f13042

Added by Marc Dequènes almost 14 years ago

  • ID 05f13042d910b390b3eeb3123fcdfe209e155da3

[evol] migration to libgettext-ruby 2.1.0 and split rails 2.3.5, step #1

View differences:

config/environments/test.rb
# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.action_controller.perform_caching = false
config.action_view.cache_template_loading = true
# Disable request forgery protection in test environment
config.action_controller.allow_forgery_protection = false
......
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test
# Use SQL instead of Active Record's schema dumper when creating the test database.
# This is necessary if your schema can't be completely dumped by the schema dumper,
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql

Also available in: Unified diff