public
Description: something similiar to acts_as_taggable_on_steroids for datamapper
Homepage: http://aaron.aaron033.com
Clone URL: git://github.com/aq1018/dm-is-taggable.git
dm-is-taggable / Manifest.txt
100644 27 lines (26 sloc) 0.628 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
History.txt
LICENSE
Manifest.txt
README.textile
Rakefile
TODO
lib/dm-is-taggable.rb
lib/dm-is-taggable/aggregate_patch.rb
lib/dm-is-taggable/do_adapter_ext.rb
lib/dm-is-taggable/tag.rb
lib/dm-is-taggable/tagging.rb
lib/dm-is-taggable/tag_list.rb
lib/dm-is-taggable/is/taggable.rb
lib/dm-is-taggable/is/version.rb
lib/dm-is-taggable/is/shared.rb
lib/dm-is-taggable/is/tag.rb
lib/dm-is-taggable/is/tagging.rb
lib/dm-is-taggable/is/tagger.rb
spec/integration/taggable_spec.rb
spec/integration/tagger_similarity_spec.rb
spec/data/article.rb
spec/data/picture.rb
spec/data/bot.rb
spec/data/user.rb
spec/spec.opts
spec/spec_helper.rb