Prelang / feedback

8 stars 0 forks source link

Add ActsAsTaggableOn like a plugin #7

Open yordis opened 9 years ago

yordis commented 9 years ago

I like this gem is very helpful and at least 80% we need to do tagging and is pretty easier the integration. What do you think?

ActsAsTaggableOn

eriknomitch commented 9 years ago

Yep, would be nice; I have this as an unfinished feature. The reason I didn't finish it was because I wanted to add support for multiple options (e.g., acts_as_taggable_on :skills, :interests). The UI currently doesn't have a field for multiple inputs. Also, I wanted to do an automatic tag input in the scaffolding if the model was taggable.

Maybe I'll just add it without those extra options for now. Thoughts?