1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ruby 1.0 |
---|
5 | ruby.setup activerecord 1.13.2 gem {} rubyforge:7641 |
---|
6 | categories-append devel |
---|
7 | maintainers rcavanaugh@gmail.com |
---|
8 | description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. |
---|
9 | long_description Implements the ActiveRecord pattern (Fowler, PoEAA) for \ |
---|
10 | ORM. It ties database tables and classes together for \ |
---|
11 | business objects, like Customer or Subscription, that \ |
---|
12 | can find, save, and destroy themselves without resorting \ |
---|
13 | to manual SQL. |
---|
14 | checksums md5 2c1beab0444577cd1569487c54f69912 |
---|
15 | |
---|
16 | depends_lib-append port:rb-activesupport |
---|