diff options
author | heavysixer <heavysixer@gmail.com> | 2008-10-18 10:11:21 -0500 |
---|---|---|
committer | heavysixer <heavysixer@gmail.com> | 2008-10-18 10:11:21 -0500 |
commit | 6ef78cca58d8559a8ebce7dab4abdc92c6899297 (patch) | |
tree | b107ae234d79ce935afdba89f7a26bfd6eae6321 | |
parent | 2139a1b6812be7ca86de2df52e9776a2be4a2bf7 (diff) | |
download | rails-6ef78cca58d8559a8ebce7dab4abdc92c6899297.tar.gz rails-6ef78cca58d8559a8ebce7dab4abdc92c6899297.tar.bz2 rails-6ef78cca58d8559a8ebce7dab4abdc92c6899297.zip |
fleshing out some of the sub-topics of this guide.
-rw-r--r-- | railties/doc/guides/activerecord/active_record_basics.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/railties/doc/guides/activerecord/active_record_basics.txt b/railties/doc/guides/activerecord/active_record_basics.txt index 345b377dfd..8feb6953f1 100644 --- a/railties/doc/guides/activerecord/active_record_basics.txt +++ b/railties/doc/guides/activerecord/active_record_basics.txt @@ -1,2 +1,20 @@ ActiveRecord Basics ================================= + +== ORM + +== What is ActiveRecord + +== Philosophical Approaches & Common Conventions + +== How ActiveRecord Maps your Database. + +== Growing Your Database Relationships Naturally + +== Attributes + +== ActiveRecord Magic + +== Understanding the life-cycle of an ActiveRecord + +== Ensuring data integrity and
\ No newline at end of file |