From bb2ac1d40a753ce03bf0451b59ced5c06d873f38 Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Thu, 23 Oct 2008 14:18:47 -0500 Subject: Fix minor formatting issues on AR guide --- railties/doc/guides/source/active_record_basics.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'railties/doc/guides/source') 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. -- cgit v1.2.3