Sign in Sign up
rubygems

has_machine_tags

This plugin implements Flickr's machine tags as explained here[http://www.flickr.com/groups/api/discuss/72157594497877875] while still maintaining standard tagging behavior. Basically, a machine tag has a namespace, a predicate and a value in the format [namespace]:[predicate]=[value] This allows for more precise tagging as tags can have unlimited contexts provided by combinations of namespaces and predicates. These unlimited contexts also make machine tags ripe for modeling relationships between objects. Read the HasMachineTags::TagMethods class documentation for a more thorough explanation. A demo app using this plugin is here. This gem should run on all major Ruby versions and work with Rails 2.3.x and up.

Activity

Latest release
13y ago
Total releases
6
Cadence
~8 months
Last 12 months
0

Details

License
MIT
First release
Oct 22, 2009
Releases
Version Released
0.2.2 patch
0.2.1 patch
0.2.0 minor
0.1.8 patch
0.1.7 patch
0.1.6 initial