You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to colum...@googlegroups.com
So, I'm still fairly new to Rais as a framework. And I'm trying to build a fairly simple app that's not unlike a blog with posts and tags.
Has someone done tagging in their Rails app and do you have thoughts on the best practice for adding this? I see that there's an acts_as_taggable and acts_as_taggable_on_steroids plugins available. Alternatively, I could try to create a separate Tag model and setup a HABTM type relationship between the posts and tags.
Any experience which suggests the pro's and con's with either approach?