wok annotate activerecord/description.txt @ rev 19999
Add: description.txt
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Sat Jul 29 07:59:41 2017 -0300 (2017-07-29) |
parents | |
children | bf23995a4552 |
rev | line source |
---|---|
hackdorte@19999 | 1 Databases on Rails. Build a persistent domain model by mapping database tables |
hackdorte@19999 | 2 to Ruby classes. Strong conventions for associations, validations, aggregations, |
hackdorte@19999 | 3 migrations, and testing come baked-in. |