From 452b624e1e878c2c38ea699c9bd413c00b00bad3 Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 3 Dec 2011 19:23:20 -0700 Subject: Be more friendly than "shut up" --- railties/guides/source/migrations.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index 4cb95d9c4d..feb02892cb 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -669,7 +669,7 @@ generates the following output == CreateProducts: migrated (10.0054s) ======================================= -If you just want Active Record to shut up, then running +rake db:migrate +If you want Active Record to not output anything, then running +rake db:migrate VERBOSE=false+ will suppress all output. h3. Using Models in Your Migrations -- cgit v1.2.3