diff options
author | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:23:20 -0700 |
---|---|---|
committer | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:31:44 -0700 |
commit | 452b624e1e878c2c38ea699c9bd413c00b00bad3 (patch) | |
tree | e23013acfd4b0800ae650a59a7942968e23f8101 /railties | |
parent | 6589359ed1bdb2906a09eed84f4c6271baa9bbad (diff) | |
download | rails-452b624e1e878c2c38ea699c9bd413c00b00bad3.tar.gz rails-452b624e1e878c2c38ea699c9bd413c00b00bad3.tar.bz2 rails-452b624e1e878c2c38ea699c9bd413c00b00bad3.zip |
Be more friendly than "shut up"
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/migrations.textile | 2 |
1 files changed, 1 insertions, 1 deletions
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) ======================================= </shell> -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 |