aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorheavysixer <heavysixer@gmail.com>2008-10-25 13:33:09 -0500
committerheavysixer <heavysixer@gmail.com>2008-10-25 13:33:09 -0500
commit35f29f7ea5ba183e49e26367cc31649ff4bd0e97 (patch)
tree625a99099d89632b1ece9a7c9d8a80cd74398056 /railties
parent1cf5eb39ae26e2461e2aa14cad17837968775305 (diff)
downloadrails-35f29f7ea5ba183e49e26367cc31649ff4bd0e97.tar.gz
rails-35f29f7ea5ba183e49e26367cc31649ff4bd0e97.tar.bz2
rails-35f29f7ea5ba183e49e26367cc31649ff4bd0e97.zip
fixing some disjointed ADD style writing.
Diffstat (limited to 'railties')
-rw-r--r--railties/doc/guides/source/active_record_basics.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/source/active_record_basics.txt b/railties/doc/guides/source/active_record_basics.txt
index e0542ff62e..11a7bdb302 100644
--- a/railties/doc/guides/source/active_record_basics.txt
+++ b/railties/doc/guides/source/active_record_basics.txt
@@ -1,7 +1,7 @@
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.
+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 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.