Hey Everyone, I want to let you know that recently I have rewritten dm-is-taggable and since I couldn't reach the original author I decided to fork, rewrite, improve, rename and release a new gem. So I just pushed to rubygems version 0.11.0 of dm-taggings which is compatible with DataMapper 1.0.2. The API is slightly different then dm-is-taggable, here are 3 differences:
1) #tags_list= is now #tag_list= 2) #tag and #untag don't commit any changes immediately, so you have to manually call #save once you tag or untag a resource 3) for immediate commit of changes #tag! and #untag! have been added For more information and examples, please take a look at API docs: http://rubydoc.info/github/solnic/dm-taggings/v0.11.0/frames Installation is extremely difficult so read carefully the following instruction: gem install dm-taggings It's an early release so feel free to test it and flood me with bug reports: http://github.com/solnic/dm-taggings/issues Thanks, # solnic -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
