diff options
author | taca <taca@pkgsrc.org> | 2011-12-17 17:32:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-17 17:32:33 +0000 |
commit | 65d4c1db2e6c313bac9d9fc5d41ddbc2f1c2147b (patch) | |
tree | 4dfefd2e2bdd2080b5f36ecf2d2314e97218083d /databases/ruby-dm-sweatshop/DESCR | |
parent | 1c99f22113838bf67081c3a092d4cabe36f47762 (diff) | |
download | pkgsrc-65d4c1db2e6c313bac9d9fc5d41ddbc2f1c2147b.tar.gz |
Importing databases/ruby-dm-sweatshop package version 1.2.0.
dm-sweatshop is a model factory for DataMapper. It makes it easy & painless
to crank out complex pseudo random models -- useful for tests and seed data.
Production Goals:
* Easy generation of random models with data that fits the application domain.
* Simple syntax for declaring and generating model patterns.
* Add context to model patterns, allowing grouping and
* Effortlessly generate or fill in associations for creating complex models
with few lines of code.
Diffstat (limited to 'databases/ruby-dm-sweatshop/DESCR')
-rw-r--r-- | databases/ruby-dm-sweatshop/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/ruby-dm-sweatshop/DESCR b/databases/ruby-dm-sweatshop/DESCR new file mode 100644 index 00000000000..9152c3b2e12 --- /dev/null +++ b/databases/ruby-dm-sweatshop/DESCR @@ -0,0 +1,9 @@ +dm-sweatshop is a model factory for DataMapper. It makes it easy & painless +to crank out complex pseudo random models -- useful for tests and seed data. +Production Goals: + +* Easy generation of random models with data that fits the application domain. +* Simple syntax for declaring and generating model patterns. +* Add context to model patterns, allowing grouping and +* Effortlessly generate or fill in associations for creating complex models + with few lines of code. |