1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/rubygem-activerecord/pkg-descr
2009-05-28 22:04:27 +00:00

10 lines
338 B
Plaintext

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.
WWW: http://www.rubyonrails.org/
WWW: http://rubyforge.org/projects/activerecord/