diff options
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. |