Merge from vendor branch TNF:
authortaca <taca>
Sun, 12 Sep 2010 04:22:21 +0000 (04:22 +0000)
committertaca <taca>
Sun, 12 Sep 2010 04:22:21 +0000 (04:22 +0000)
commit5f5ce29aa241fc310ea72cb8b6e8f20290780fbc
treeff88dbbcbc5be34a2250878da8153b37dbd5e541
parent6717f2cf37221ff2f08ea1536445c3328300972e
parentb48315ef82c3efaa8300e37263be5bad1bf18d64
Merge from vendor branch TNF:
Importing databases/ruby-activerecord3 3.0.0.

= Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.

(This is part of Ruby on Rails 3.)