Use SQL schemas, as ruby can't cope with the things we do...

This commit is contained in:
Tom Hughes 2007-07-24 22:57:59 +00:00
parent b598ce68ef
commit 7d6c662296

View file

@ -47,7 +47,7 @@ Rails::Initializer.run do |config|
# Use SQL instead of Active Record's schema dumper when creating the test database. # 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, # 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 # like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql config.active_record.schema_format = :sql
# Activate observers that should always be running # Activate observers that should always be running
# config.active_record.observers = :cacher, :garbage_collector # config.active_record.observers = :cacher, :garbage_collector