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/myabc/dm-more.git
myabc (author)
Sun May 18 03:25:22 -0700 2008
commit  016229a324e20da48cd7e032ba5e8745130a38fd
tree    8d7743fc2315d9cb07333cdde1bcf041f0b74acd
parent  ca892b7b78586260330713774216f7a04764ad6b
name age message
file .gitignore Tue May 13 05:07:43 -0700 2008 Whitespace cleanup [myabc]
file MIT-LICENSE Tue May 13 05:07:43 -0700 2008 Whitespace cleanup [myabc]
file README Tue May 13 05:07:43 -0700 2008 Whitespace cleanup [myabc]
file README.textile Mon May 12 11:06:32 -0700 2008 Renamed README.text to README.textile [myabc]
file Rakefile Wed May 14 09:05:02 -0700 2008 Updated to use the SUDOLESS environment variable [dkubb]
file TODO Tue Apr 15 22:30:10 -0700 2008 Validation bug fixes [guyvdb]
directory adapters/ Fri May 16 10:54:36 -0700 2008 Merge branch 'master' of git@github.com:sam/dm-... [sporkmonger]
directory dm-aggregates/ Wed May 14 15:07:53 -0700 2008 Updated Model#avg to typecast results for Integ... [dkubb]
directory dm-ar-finders/ Tue May 13 17:24:03 -0700 2008 DRY'ing up 'sudo'-handling code [myabc]
directory dm-cli/ Tue May 13 17:24:03 -0700 2008 DRY'ing up 'sudo'-handling code [myabc]
directory dm-is-tree/ Tue May 13 17:24:03 -0700 2008 DRY'ing up 'sudo'-handling code [myabc]
directory dm-migrations/ Tue May 13 17:24:03 -0700 2008 DRY'ing up 'sudo'-handling code [myabc]
directory dm-serializer/ Tue May 13 17:24:03 -0700 2008 DRY'ing up 'sudo'-handling code [myabc]
directory dm-timestamps/ Tue May 13 17:24:03 -0700 2008 DRY'ing up 'sudo'-handling code [myabc]
directory dm-types/ Tue May 13 17:24:03 -0700 2008 DRY'ing up 'sudo'-handling code [myabc]
directory dm-validations/ Sun May 18 03:25:22 -0700 2008 YARD conversion for dm-validations plugin [myabc]
directory merb_datamapper/ Thu May 15 15:26:45 -0700 2008 merb_datamapper only loads database.yml if Merb... [benburkert]
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