public
Fork of sam/dm-more
Description: Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
Homepage: http://datamapper.org
Clone URL: git://github.com/digitalhobbit/dm-more.git
Wesley Beary (author)
Wed Sep 17 10:29:35 -0700 2008
commit  c89d62e0b39307d6f9ffc8206490e731ec1c8320
tree    61ada8a7e9e62b44b752beac99e9b2136eaa32b1
parent  15be67bf32392ee2a6fbc106010fe5f000482355 parent  5cdff2cacf9dea73332bf3f91ad376d916894aa5
name age message
file .gitignore Sun May 18 08:21:45 -0700 2008 Adding doc to .gitignore [myabc]
file History.txt Fri Jul 18 12:02:56 -0700 2008 Adding hoe to dm-observer, dm-querizer, dm-seri... [Bernerd Schaefer]
file MIT-LICENSE Tue May 13 05:07:43 -0700 2008 Whitespace cleanup [myabc]
file Manifest.txt Tue Aug 12 13:54:30 -0700 2008 Stripped whitespace with "sake strip" [Dan Kubb]
file README.textile Wed Jun 11 18:30:22 -0700 2008 Renamed dm-voyeur to dm-observer Did these ren... [djwonk]
file README.txt Wed Jul 16 07:28:36 -0700 2008 Added default hoe tasks, configured dm-more met... [bernerdschaefer]
file Rakefile Loading commit data...
file TODO Sat Dec 06 19:51:12 -0800 2008 [dm-more] Reorganized Rakefile and rake tasks ... [Dan Kubb]
directory adapters/
directory dm-adjust/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-aggregates/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-ar-finders/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-cli/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-constraints/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-is-example/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-is-list/
directory dm-is-nested_set/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-is-remixable/ Wed Sep 17 05:27:49 -0700 2008 remove all the puts from the test and use corre... [advany]
directory dm-is-searchable/
directory dm-is-state_machine/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-is-tree/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-is-versioned/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-migrations/
directory dm-observer/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-querizer/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-serializer/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-shorthand/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-sweatshop/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-tags/ Tue Sep 09 10:14:58 -0700 2008 add config folder, needed to rake build/install [Wesley Beary]
directory dm-timestamps/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-types/
directory dm-validations/
directory lib/ Tue Aug 26 15:25:51 -0700 2008 Version Bump to 0.9.6. [bernerdschaefer]
directory merb_datamapper/
directory rails_datamapper/ Fri Jun 20 06:49:09 -0700 2008 sake strip [somebee]
directory tasks/ Tue Aug 12 13:54:30 -0700 2008 Stripped whitespace with "sake strip" [Dan Kubb]
README.txt
== dm-more ==

Extra non-essential parts for DataMapper.

Including:

 * Migrations
 * Validations
 * Aggregates
 * Observers

== Aggregates

Currently includes count, min, max, avg, sum (more info in dm-aggregates/README)