diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 13:53:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 13:53:52 +0000 |
commit | 46df757fcc85de1dbdfce6bb8104f26107b4dded (patch) | |
tree | e4425e7b6b6f62b8ea68f264c9955f951d9e7511 /databases/Makefile | |
parent | Rake is a Ruby make-like utility using standard Ruby syntax for the (diff) |
Action Record
In Rails, the model is handled by what's called a object-relational
mapping layer entitled Active Record. This layer allows you to present
the data from database rows as objects and embellish these data objects
with business logic methods
PR: ports/82397
Submitted by: Jonathan Weiss <jw@innerewut.de>
Notes
Notes:
svn path=/head/; revision=139695
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 9f3b401f717e..dbe66f9a924e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -352,6 +352,7 @@ SUBDIR += ruby-search-namazu SUBDIR += ruby-sqlite SUBDIR += ruby-sqlite3 + SUBDIR += rubygem-activerecord SUBDIR += slony1 SUBDIR += sqlite2 SUBDIR += sqlite3 |