summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-tags
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2011-12-17Importing databases/ruby-dm-tags package version 1.2.0.taca4-0/+58
This package brings tagging to DataMapper. It is inspired by Acts As Taggable On by Michael Bleigh, github's mbleigh. Props to him for the contextual tagging based on Acts As Taggable on Steroids. == Features and Problems === Features * Contextual tagging using Model.has_tags_on (see below for usage) * Traditional 'tags-only' tagging using Model.has_tags === Problems * None known yet, but this is very alpha software. Sorry if it misbehaves. Please send me a github message if you find a bug.