aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorJason Noble <perlwizard@gmail.com>2011-12-03 19:24:28 -0700
committerJason Noble <perlwizard@gmail.com>2011-12-03 19:31:44 -0700
commit914b85f12492adad35108405d498da314584b9bf (patch)
tree73e99a7a19d2d46ae916544e8580ca6fa280c663 /railties/guides
parent452b624e1e878c2c38ea699c9bd413c00b00bad3 (diff)
downloadrails-914b85f12492adad35108405d498da314584b9bf.tar.gz
rails-914b85f12492adad35108405d498da314584b9bf.tar.bz2
rails-914b85f12492adad35108405d498da314584b9bf.zip
Improve readability
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/migrations.textile9
1 files changed, 5 insertions, 4 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile
index feb02892cb..bb5b769f79 100644
--- a/railties/guides/source/migrations.textile
+++ b/railties/guides/source/migrations.textile
@@ -819,10 +819,11 @@ loaded into the test database.
Schema files are also useful if you want a quick look at what attributes an
Active Record object has. This information is not in the model's code and is
-frequently spread across several migrations, but is summed up in the schema
-file. The "annotate_models":https://github.com/ctran/annotate_models gem
-automatically adds and updates comments at the top of each model summarizing the
-schema if you desire that functionality.
+frequently spread across several migrations, but the information is nicely
+summed up in the schema file. The
+"annotate_models":https://github.com/ctran/annotate_models gem automatically
+adds and updates comments at the top of each model summarizing the schema if
+you desire that functionality.
h4. Types of Schema Dumps