[Rails] Re: Getting unique entries from models?

2009-02-27 Thread Robert Walker
Mike Chai wrote: I'm using acts_as_taggable_on and I want to get a list of unique taggings. How can I do this? In a more general sense, say that I have a Product model with attributes name and price. I have these: id: 1 Name: Juice Price: 5 id: 2 Name: Juice Price: 5 So when I do

[Rails] Re: Getting unique entries from models?

2009-02-27 Thread Mike C
Thanks for the help. That was just an example, not a good one, but I just needed to explain the problem I'm having. It had nothing to do with acts_as_taggable_on, but I might as well just directly tell my problem. I want to display all the tags that a tagger has used. However, using