Migrate web site to use rails 2.0.1.
This commit is contained in:
parent
dffd645c50
commit
7fc2dbecd5
18 changed files with 4298 additions and 2326 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue