aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/config/environments
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-11-17 07:10:11 -0800
committerJosé Valim <jose.valim@gmail.com>2011-11-17 07:10:11 -0800
commitd8b2b6a183020aaaacb901dd78ec2b901b119a0d (patch)
tree7f036bd2b75168d0a0c9039470608d270f26268d /railties/guides/code/getting_started/config/environments
parente2d3060a68fcd680ca37a625cfc097131947edb6 (diff)
parent0af93089deaf6dc9428c0f2f7a376cdb6f81daee (diff)
downloadrails-d8b2b6a183020aaaacb901dd78ec2b901b119a0d.tar.gz
rails-d8b2b6a183020aaaacb901dd78ec2b901b119a0d.tar.bz2
rails-d8b2b6a183020aaaacb901dd78ec2b901b119a0d.zip
Merge pull request #3663 from atambo/master
Move schema_format :sql config setting from test.rb to application.rb
Diffstat (limited to 'railties/guides/code/getting_started/config/environments')
-rw-r--r--railties/guides/code/getting_started/config/environments/test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/guides/code/getting_started/config/environments/test.rb b/railties/guides/code/getting_started/config/environments/test.rb
index 833241ace3..08697cbbc9 100644
--- a/railties/guides/code/getting_started/config/environments/test.rb
+++ b/railties/guides/code/getting_started/config/environments/test.rb
@@ -29,11 +29,6 @@ Blog::Application.configure do
# 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
-
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr