aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/test.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-30 15:53:21 -0600
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-30 15:53:21 -0600
commit6e66e7d6460b99bb0877a891aa3fbb789b563123 (patch)
tree7a847f0a1f9831bf7cc1e8cbafb0af221b4b363e /railties/environments/test.rb
parentc5f461d7b0b8f5ee0021c78a80525c0594864c68 (diff)
downloadrails-6e66e7d6460b99bb0877a891aa3fbb789b563123.tar.gz
rails-6e66e7d6460b99bb0877a891aa3fbb789b563123.tar.bz2
rails-6e66e7d6460b99bb0877a891aa3fbb789b563123.zip
Even more polish of the default configration files and split off the session store configuration into its own file
Diffstat (limited to 'railties/environments/test.rb')
-rw-r--r--railties/environments/test.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/environments/test.rb b/railties/environments/test.rb
index 1e709e1d19..496eb9572b 100644
--- a/railties/environments/test.rb
+++ b/railties/environments/test.rb
@@ -20,3 +20,8 @@ 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 \ No newline at end of file