Migrate web site to use rails 2.0.1.

This commit is contained in:
Tom Hughes 2008-01-06 12:17:58 +00:00
parent dffd645c50
commit 7fc2dbecd5
18 changed files with 4298 additions and 2326 deletions

View file

@ -13,7 +13,10 @@ config.whiny_nils = true
config.action_controller.consider_all_requests_local = true
config.action_controller.perform_caching = false
# Disable request forgery protection in test environment
config.action_controller.allow_forgery_protection = 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
config.action_mailer.delivery_method = :test