I sort of already got scooped on this by my friend Obie
Basically, I’m using acts_as_taggable for a project I’m working on and it turns out it needs some love. So I put together a bunch the code that already existed and added in some code from my project - and viola - you get acts_as_taggable 2.0.0.
Frankly I hope I’m up to this task :) I say that because a month or two ago I submitted a patch to ZenTest to add in better windows support. The patch was rejected as being “terrible” - I was hoping for a little more feedback than that - but looking at it I can see it wasn’t very rubyish (which is something I’ve really been working on in the last few weeks - as witnessed by the ability to use a Proc for the normalizer in acts_as_taggable). So if you have input on acts_as_taggable and would like to get your hands dirty - there is still plenty of clean up to do - so let me know.
December 19th, 2006 at 4:25 am
Hi, I tried the plugin. I’m sure a add the line acts_as_taggable in the model I would like to tag. But I got a method missing error when I’m testing tag_with(). Any idea what I missed.
THX