Commit graph

2 commits

Author SHA1 Message Date
taca
169bf40e90 Update databases/ruby-activerecord3 to 3.0.1.
This release fixes CVE-2010-3933 security problem and it is part
of Rails 3.0.1.
2010-10-15 11:43:27 +00:00
taca
d450ca8e5e 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.)
2010-09-12 04:22:21 +00:00