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 Tue May 12 08:15:43 -0700 2009 [dm-constraints] Updated to pass specs with dm-... [dkubb]
file History.rdoc Wed Sep 30 14:25:02 -0700 2009 Updated History [dkubb]
file MIT-LICENSE Fri Jun 26 23:12:42 -0700 2009 [dm-more] Updated copyright and dm-more author ... [dkubb]
file Manifest.txt Tue Aug 18 17:37:06 -0700 2009 [all] Changed README to .rdoc format [#970 sta... [snusnu]
file README.rdoc Tue Aug 18 17:37:06 -0700 2009 [all] Changed README to .rdoc format [#970 sta... [snusnu]
file Rakefile Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
file TODO Sat Dec 06 19:51:12 -0800 2008 [dm-more] Reorganized Rakefile and rake tasks ... [Dan Kubb]
directory adapters/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-adjust/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-aggregates/ Wed Nov 11 11:53:53 -0800 2009 Added specs to ensure Unioned Collections work ... [dkubb]
directory dm-ar-finders/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-cli/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-constraints/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-is-example/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-is-list/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-is-nested_set/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-is-remixable/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-is-searchable/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-is-state_machine/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-is-tree/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-is-versioned/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-migrations/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-observer/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-serializer/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-sweatshop/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-tags/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-timestamps/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory dm-types/ Tue Nov 03 23:20:21 -0800 2009 [all] rake install task should use sudo on JRub... [myabc]
directory dm-validations/ Wed Nov 11 00:04:30 -0800 2009 [dm-validations] Removed allow_blank option fro... [dkubb]
directory lib/ Wed Sep 30 14:38:17 -0700 2009 Updated version and gem dependencies [dkubb]
directory rails_datamapper/ Tue Nov 10 16:48:05 -0800 2009 [dm-more] Updated to use :required instead of :... [dkubb]
directory script/ Sat Mar 28 01:41:17 -0700 2009 [automation] Introduce scripts to update Hoe's ... [michaelklishin]
directory tasks/ Wed Nov 04 05:04:11 -0800 2009 [all] Fixes for Windows, JRuby * Remove tar re... [myabc]
README.rdoc

dm-more

Extra, non-essential parts for DataMapper

Including

  * Migrations
  * Validations
  * Serializers
  * A Command-Line Interface
  * Timestamps
  * Types
  * ActiveRecord-style finders
  * Adapters for your favorite repository or database type
  * Integration with your favorite web frameworks
  * Observers for watching resources.