aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/active_record_basics.txt
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-10-23 14:18:47 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2008-10-23 14:18:47 -0500
commitbb2ac1d40a753ce03bf0451b59ced5c06d873f38 (patch)
treeaa7a2df15ee82be4125e2be54ad19bfc17ea05d7 /railties/doc/guides/source/active_record_basics.txt
parent92937fbf9b56d2f069f0fdfa7a2c5b19c89dc75f (diff)
downloadrails-bb2ac1d40a753ce03bf0451b59ced5c06d873f38.tar.gz
rails-bb2ac1d40a753ce03bf0451b59ced5c06d873f38.tar.bz2
rails-bb2ac1d40a753ce03bf0451b59ced5c06d873f38.zip
Fix minor formatting issues on AR guide
Diffstat (limited to 'railties/doc/guides/source/active_record_basics.txt')
-rw-r--r--railties/doc/guides/source/active_record_basics.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/doc/guides/source/active_record_basics.txt b/railties/doc/guides/source/active_record_basics.txt
index 213411ffb7..b541045627 100644
--- a/railties/doc/guides/source/active_record_basics.txt
+++ b/railties/doc/guides/source/active_record_basics.txt
@@ -1,5 +1,6 @@
Active Record Basics
-=================================
+====================
+
Active Record is a design pattern that mitigates the mind-numbing mental gymnastics often needed to get your application to communicate with a database. This guide explains in detail how This guide uses a mix of real-world examples, metaphors and detailed explanations of the actual Rails source code to help you make the most of AcitveRecord.
After reading this guide readers should have a strong grasp of the Active Record pattern and how it can be used with or without Rails. Hopefully, some of the philosophical and theoretical intentions discussed here will also make them a stronger and better developer.