public
Description: Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
Homepage: http://datamapper.org/
Clone URL: git://github.com/datamapper/dm-more.git
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 Sat Oct 11 08:02:44 -0700 2008 Remove merb_datamapper from list of installed g... [michaelklishin]
file TODO Sat Dec 06 19:51:12 -0800 2008 [dm-more] Reorganized Rakefile and rake tasks ... [Dan Kubb]
directory adapters/ Sun Oct 05 13:56:59 -0700 2008 Stripped whitespace with "sake strip" [Dan Kubb]
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/ Sun Oct 05 13:56:59 -0700 2008 Stripped whitespace with "sake strip" [Dan Kubb]
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/ Sat Oct 11 21:54:10 -0700 2008 Extlib no longer uses English gem for inflection. [michaelklishin]
directory dm-is-searchable/ Sun Oct 05 13:56:59 -0700 2008 Stripped whitespace with "sake strip" [Dan Kubb]
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/ Mon Sep 29 11:10:54 -0700 2008 Flatten the list of columns given to create_index [paul]
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 Oct 05 13:56:59 -0700 2008 Stripped whitespace with "sake strip" [Dan Kubb]
directory dm-tags/ Sun Oct 05 13:56:59 -0700 2008 Stripped whitespace with "sake strip" [Dan Kubb]
directory dm-timestamps/ Sun Sep 14 11:27:00 -0700 2008 Minor updates to improve ruby 1.9 compatibility... [Dan Kubb]
directory dm-types/ Wed Oct 08 16:27:04 -0700 2008 added uuidtools as a dependency since it's requ... [mattetti]
directory dm-validations/ Fri Oct 10 04:57:21 -0700 2008 Improve usage of Extlib.t in error messages [dbussink]
directory lib/ Tue Aug 26 15:25:51 -0700 2008 Version Bump to 0.9.6. [bernerdschaefer]
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)