public
Rubygem
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/djwonk/dm-more.git
name age message
file .gitignore Sun May 18 08:21:45 -0700 2008 Adding doc to .gitignore [myabc]
file MIT-LICENSE Tue May 13 05:07:43 -0700 2008 Whitespace cleanup [myabc]
file README Wed Jun 11 18:30:22 -0700 2008 Renamed dm-voyeur to dm-observer [djwonk]
file README.textile Wed Jun 11 18:30:22 -0700 2008 Renamed dm-voyeur to dm-observer [djwonk]
file Rakefile Wed Jun 11 18:30:22 -0700 2008 Renamed dm-voyeur to dm-observer [djwonk]
file TODO Tue Apr 15 22:30:10 -0700 2008 Validation bug fixes [guyvdb]
directory adapters/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-aggregates/ Wed Jun 11 20:54:47 -0700 2008 Updated to use adapter accessor rather than ivar [dkubb]
directory dm-ar-finders/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-cli/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-is-example/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-is-nested_set/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-is-tree/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-is-versioned/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-migrations/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-observer/ Wed Jun 11 20:54:47 -0700 2008 Updated to use adapter accessor rather than ivar [dkubb]
directory dm-serializer/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-shorthand/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-timestamps/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-types/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory dm-validations/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
directory merb_datamapper/ Wed Jun 11 15:13:41 -0700 2008 Added optional rcov to spec tasks for each dm p... [myabc]
README.textile

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.